Color Hex Logo

#554412 Color Hex

#554412
(85,68,18)
0 Favorites   0 Comments

Color spaces of #554412

RGB 856818
HSL0.120.650.20
HSV45°79°33°
CMYK 0.000.200.79   0.67
XYZ5.92266.10921.4393
Yxy6.10920.43970.4535
Hunter Lab24.7168-0.482513.8492
CIE-Lab29.68631.302631.4805

#554412 color RGB value is (85,68,18).

#554412 hex color red value is 85, green value is 68 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #554412 hue: 0.12 , saturation: 0.65 and the lightness value of 554412 is 0.20.

The process color (four color CMYK) of #554412 color hex is 0.00, 0.20, 0.79, 0.67. Web safe color of #554412 is #663300. Color #554412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 00010010
Octal 125 104 22
Decimal 85 68 18
Hex 55 44 12

RGB Percentages of Color #554412

%49.71
%39.77
%10.53

CMYK Percentages of Color #554412

%0
%20
%79
%67

Triadic Colors of #554412

#554412 #125544 #441255

Analogous Colors of #554412

#554412 #455512 #552312

Monochromatic Colors of #554412

#554412

Complementary Color

#554412 #122355

#554412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554412 Color CSS Codes

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

#554412 Text Font Color

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

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


#554412 Background Color

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

This div background color is #554412


#554412 Border Color

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

This div border color is #554412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554412


Comments

No comments written yet.

Please login to write comment.