Color Hex Logo

#552309 Color Hex

#552309
(85,35,9)
0 Favorites   0 Comments

Color spaces of #552309

RGB 85359
HSL0.060.810.18
HSV21°89°33°
CMYK 0.000.590.89   0.67
XYZ4.39673.15310.6353
Yxy3.15310.53720.3852
Hunter Lab17.757013.122610.3086
CIE-Lab20.646921.526126.5111

#552309 color RGB value is (85,35,9).

#552309 hex color red value is 85, green value is 35 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #552309 hue: 0.06 , saturation: 0.81 and the lightness value of 552309 is 0.18.

The process color (four color CMYK) of #552309 color hex is 0.00, 0.59, 0.89, 0.67. Web safe color of #552309 is #663300. Color #552309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 00001001
Octal 125 43 11
Decimal 85 35 9
Hex 55 23 9

RGB Percentages of Color #552309

%65.89
%27.13
%6.98

CMYK Percentages of Color #552309

%0
%59
%89
%67

Triadic Colors of #552309

#552309 #095523 #230955

Analogous Colors of #552309

#552309 #554909 #550915

Monochromatic Colors of #552309

#552309

Complementary Color

#552309 #093b55

#552309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552309 Color CSS Codes

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

#552309 Text Font Color

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

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


#552309 Background Color

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

This div background color is #552309


#552309 Border Color

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

This div border color is #552309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552309


Comments

No comments written yet.

Please login to write comment.