#5F2E24

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

Shades of Hairy Heath #5F2E24

Tints of Hairy Heath #5F2E24

Color information

#5F2E24 (or 0x5F2E24) is unknown color: approx Hairy Heath. HEX triplet: 5F, 2E and 24. RGB value is (95,46,36). Sum of RGB (Red+Green+Blue) = 95+46+36=177 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.67% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2E24 is #A0D1DB. Grayscale: #3B3B3B. Windows color (decimal): -10539484 or 2371167. OLE color: 2371167.

HSL color Cylindrical-coordinate representation of color #5F2E24: hue angle of 10.17º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F2E24 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB954636-
CMYK00.520.620.63
HSL10.17º45.04%25.69%-
HSV(B)10.17º62.11%37.25%-
XYZ6.014.512.22-
YUV59.51114.73153.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 53.67%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=53.67%
G=25.99%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95463600.520.620.6310.1745.0425.69
Hex5F2E240343E3Fa2d1a
Octal13756440647677125532
Binary10111111011101001000110100111110111111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,46,36); }

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

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

 a { background-color: rgb(95,46,36); }

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

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

 span { border-color: rgb(95,46,36); }

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