Color Hex Logo

#552820 Color Hex

#552820
(85,40,32)
0 Favorites   0 Comments

Color spaces of #552820

RGB 854032
HSL0.030.450.23
HSV62°33°
CMYK 0.000.530.62   0.67
XYZ4.76583.55321.8011
Yxy3.55320.47090.3511
Hunter Lab18.849912.14257.5298
CIE-Lab22.135719.997414.7919

#552820 color RGB value is (85,40,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 00100000
Octal 125 50 40
Decimal 85 40 32
Hex 55 28 20

RGB Percentages of Color #552820

%54.14
%25.48
%20.38

CMYK Percentages of Color #552820

%0
%53
%62
%67

Triadic Colors of #552820

#552820 #205528 #282055

Analogous Colors of #552820

#552820 #554320 #552033

Monochromatic Colors of #552820

#552820

Complementary Color

#552820 #204d55

#552820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552820 Color CSS Codes

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

#552820 Text Font Color

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

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


#552820 Background Color

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

This div background color is #552820


#552820 Border Color

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

This div border color is #552820


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,40,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 #552820">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552820


Comments

No comments written yet.

Please login to write comment.