Color Hex Logo

#552220 Color Hex

#552220
(85,34,32)
0 Favorites   0 Comments

Color spaces of #552220

RGB 853432
HSL0.010.450.23
HSV62°33°
CMYK 0.000.600.62   0.67
XYZ4.57913.17961.7389
Yxy3.17960.48210.3348
Hunter Lab17.831414.63376.7001
CIE-Lab20.749323.533412.9951

#552220 color RGB value is (85,34,32).

#552220 hex color red value is 85, green value is 34 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #552220 hue: 0.01 , saturation: 0.45 and the lightness value of 552220 is 0.23.

The process color (four color CMYK) of #552220 color hex is 0.00, 0.60, 0.62, 0.67. Web safe color of #552220 is #663333. Color #552220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 00100000
Octal 125 42 40
Decimal 85 34 32
Hex 55 22 20

RGB Percentages of Color #552220

%56.29
%22.52
%21.19

CMYK Percentages of Color #552220

%0
%60
%62
%67

Triadic Colors of #552220

#552220 #205522 #222055

Analogous Colors of #552220

#552220 #553d20 #552039

Monochromatic Colors of #552220

#552220

Complementary Color

#552220 #205355

#552220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552220 Color CSS Codes

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

#552220 Text Font Color

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

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


#552220 Background Color

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

This div background color is #552220


#552220 Border Color

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

This div border color is #552220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552220


Comments

No comments written yet.

Please login to write comment.