Color Hex Logo

#552915 Color Hex

#552915
(85,41,21)
0 Favorites   0 Comments

Color spaces of #552915

RGB 854121
HSL0.050.600.21
HSV19°75°33°
CMYK 0.000.520.75   0.67
XYZ4.67463.57131.1524
Yxy3.57130.49740.3800
Hunter Lab18.897911.08269.6130
CIE-Lab22.200318.535121.9511

#552915 color RGB value is (85,41,21).

#552915 hex color red value is 85, green value is 41 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #552915 hue: 0.05 , saturation: 0.60 and the lightness value of 552915 is 0.21.

The process color (four color CMYK) of #552915 color hex is 0.00, 0.52, 0.75, 0.67. Web safe color of #552915 is #663300. Color #552915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101001 00010101
Octal 125 51 25
Decimal 85 41 21
Hex 55 29 15

RGB Percentages of Color #552915

%57.82
%27.89
%14.29

CMYK Percentages of Color #552915

%0
%52
%75
%67

Triadic Colors of #552915

#552915 #155529 #291555

Analogous Colors of #552915

#552915 #554915 #551521

Monochromatic Colors of #552915

#552915

Complementary Color

#552915 #154155

#552915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552915 Color CSS Codes

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

#552915 Text Font Color

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

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


#552915 Background Color

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

This div background color is #552915


#552915 Border Color

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

This div border color is #552915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552915


Comments

No comments written yet.

Please login to write comment.