#5D3220

Color #5D3220 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #5D3220

Tints of Hairy Heath #5D3220

Color information

#5D3220 (or 0x5D3220) is unknown color: approx Hairy Heath. HEX triplet: 5D, 32 and 20. RGB value is (93,50,32). Sum of RGB (Red+Green+Blue) = 93+50+32=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3220 is #A2CDDF. Grayscale: #3C3C3C. Windows color (decimal): -10669536 or 2110045. OLE color: 2110045.

HSL color Cylindrical-coordinate representation of color #5D3220: hue angle of 17.7º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3220 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB935032-
CMYK00.460.660.64
HSL17.7º48.8%24.51%-
HSV(B)17.7º65.59%36.47%-
XYZ5.924.711.96-
YUV60.8111.75150.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 53.14%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=53.14%
G=28.57%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93503200.460.660.6417.748.824.51
Hex5D322002E4240123119
Octal1356240056102100226131
Binary10111011100101000000101110100001010000001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D3220; }

 p { color: rgb(93,50,32); }

 H1.HeaderClassName
 {
   color: #5D3220;
 }
 .AnyTagClassName
 {
   color: #5D3220;
 }
</style>
background-color css

<style>
 a { background-color: #5D3220; }

 a { background-color: rgb(93,50,32); }

 div.DivClassName
 {
   background-color: #5D3220;
 }
 .BgClassName
 {
   background-color: #5D3220;
 }
</style>
border-color css

<style>
 span { border-color: #5D3220; }

 span { border-color: rgb(93,50,32); }

 td.TdClassName
 {
   border-color: #5D3220;
 }
 .TagClassName
 {
   border-color: #5D3220;
 }
</style>