Color Hex Logo

#552913 Color Hex

#552913
(85,41,19)
0 Favorites   0 Comments

Color spaces of #552913

RGB 854119
HSL0.060.630.20
HSV20°78°33°
CMYK 0.000.520.78   0.67
XYZ4.65683.56421.0586
Yxy3.56420.50180.3841
Hunter Lab18.879110.99129.8908
CIE-Lab22.175018.411423.1327

#552913 color RGB value is (85,41,19).

#552913 hex color red value is 85, green value is 41 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #552913 hue: 0.06 , saturation: 0.63 and the lightness value of 552913 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101001 00010011
Octal 125 51 23
Decimal 85 41 19
Hex 55 29 13

RGB Percentages of Color #552913

%58.62
%28.28
%13.10

CMYK Percentages of Color #552913

%0
%52
%78
%67

Triadic Colors of #552913

#552913 #135529 #291355

Analogous Colors of #552913

#552913 #554a13 #55131e

Monochromatic Colors of #552913

#552913

Complementary Color

#552913 #133f55

#552913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552913 Color CSS Codes

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

#552913 Text Font Color

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

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


#552913 Background Color

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

This div background color is #552913


#552913 Border Color

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

This div border color is #552913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552913


Comments

No comments written yet.

Please login to write comment.