Color Hex Logo

#551509 Color Hex

#551509
(85,21,9)
0 Favorites   0 Comments

Color spaces of #551509

RGB 85219
HSL0.030.810.18
HSV89°33°
CMYK 0.000.750.89   0.67
XYZ4.06382.48730.5244
Yxy2.48730.57430.3515
Hunter Lab15.771218.39509.0684
CIE-Lab17.861128.884623.2942

#551509 color RGB value is (85,21,9).

#551509 hex color red value is 85, green value is 21 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #551509 hue: 0.03 , saturation: 0.81 and the lightness value of 551509 is 0.18.

The process color (four color CMYK) of #551509 color hex is 0.00, 0.75, 0.89, 0.67. Web safe color of #551509 is #660000. Color #551509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010101 00001001
Octal 125 25 11
Decimal 85 21 9
Hex 55 15 9

RGB Percentages of Color #551509

%73.91
%18.26
%7.83

CMYK Percentages of Color #551509

%0
%75
%89
%67

Triadic Colors of #551509

#551509 #095515 #150955

Analogous Colors of #551509

#551509 #553b09 #550923

Monochromatic Colors of #551509

#551509

Complementary Color

#551509 #094955

#551509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551509 Color CSS Codes

.mybgcolor {background-color:#551509; } 
.myforecolor {color:#551509; }
.mybordercolor {border:3px solid #551509; }

#551509 Text Font Color

<p style="color:#551509">Text here</p>

This sample text font color is #551509
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#551509 Background Color

<div style="background-color:#551509">
Div content here</div>

This div background color is #551509


#551509 Border Color

<div style="border:3px solid #551509">
Div here</div>

This div border color is #551509


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,21,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #551509; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #551509;
  -webkit-box-shadow: 1px 1px 3px 2px #551509;
  box-shadow:         1px 1px 3px 2px #551509; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,21,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #551509">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #551509;
  -webkit-box-shadow: 1px 1px 3px 2px #551509;
  box-shadow:         1px 1px 3px 2px #551509;">
Div content here</div>

This div box has shadow with color #551509


Comments

No comments written yet.

Please login to write comment.