Color Hex Logo

#552119 Color Hex

#552119
(85,33,25)
0 Favorites   0 Comments

Color spaces of #552119

RGB 853325
HSL0.020.550.22
HSV71°33°
CMYK 0.000.610.71   0.67
XYZ4.46563.08921.2806
Yxy3.08920.50540.3496
Hunter Lab17.576114.59367.9834
CIE-Lab20.397623.533217.2717

#552119 color RGB value is (85,33,25).

#552119 hex color red value is 85, green value is 33 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #552119 hue: 0.02 , saturation: 0.55 and the lightness value of 552119 is 0.22.

The process color (four color CMYK) of #552119 color hex is 0.00, 0.61, 0.71, 0.67. Web safe color of #552119 is #663300. Color #552119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 00011001
Octal 125 41 31
Decimal 85 33 25
Hex 55 21 19

RGB Percentages of Color #552119

%59.44
%23.08
%17.48

CMYK Percentages of Color #552119

%0
%61
%71
%67

Triadic Colors of #552119

#552119 #195521 #211955

Analogous Colors of #552119

#552119 #553f19 #55192f

Monochromatic Colors of #552119

#552119

Complementary Color

#552119 #194d55

#552119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552119 Color CSS Codes

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

#552119 Text Font Color

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

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


#552119 Background Color

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

This div background color is #552119


#552119 Border Color

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

This div border color is #552119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552119


Comments

No comments written yet.

Please login to write comment.