Color Hex Logo

#554511 Color Hex

#554511
(85,69,17)
0 Favorites   0 Comments

Color spaces of #554511

RGB 856917
HSL0.130.670.20
HSV46°80°33°
CMYK 0.000.190.80   0.67
XYZ5.97566.22801.4175
Yxy6.22800.43870.4572
Hunter Lab24.9560-0.931914.1015
CIE-Lab29.98060.623832.2278

#554511 color RGB value is (85,69,17).

#554511 hex color red value is 85, green value is 69 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #554511 hue: 0.13 , saturation: 0.67 and the lightness value of 554511 is 0.20.

The process color (four color CMYK) of #554511 color hex is 0.00, 0.19, 0.80, 0.67. Web safe color of #554511 is #663300. Color #554511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000101 00010001
Octal 125 105 21
Decimal 85 69 17
Hex 55 45 11

RGB Percentages of Color #554511

%49.71
%40.35
%9.94

CMYK Percentages of Color #554511

%0
%19
%80
%67

Triadic Colors of #554511

#554511 #115545 #451155

Analogous Colors of #554511

#554511 #435511 #552311

Monochromatic Colors of #554511

#554511

Complementary Color

#554511 #112155

#554511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554511 Color CSS Codes

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

#554511 Text Font Color

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

This sample text font color is #554511
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.


#554511 Background Color

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

This div background color is #554511


#554511 Border Color

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

This div border color is #554511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554511


Comments

No comments written yet.

Please login to write comment.