#5F3120

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

Shades of Hairy Heath #5F3120

Tints of Hairy Heath #5F3120

Color information

#5F3120 (or 0x5F3120) is unknown color: approx Hairy Heath. HEX triplet: 5F, 31 and 20. RGB value is (95,49,32). Sum of RGB (Red+Green+Blue) = 95+49+32=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3120 is #A0CEDF. Grayscale: #3C3C3C. Windows color (decimal): -10538720 or 2109791. OLE color: 2109791.

HSL color Cylindrical-coordinate representation of color #5F3120: hue angle of 16.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F3120 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB954932-
CMYK00.480.660.63
HSL16.19º49.61%24.9%-
HSV(B)16.19º66.32%37.25%-
XYZ6.084.731.96-
YUV60.82111.74152.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 53.98%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=53.98%
G=27.84%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95493200.480.660.6316.1949.6124.9
Hex5F3120030423F103219
Octal137614006010277206231
Binary1011111110001100000011000010000101111111000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,32); }

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

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

 a { background-color: rgb(95,49,32); }

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

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

 span { border-color: rgb(95,49,32); }

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