#5F332A

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

Shades of Hairy Heath #5F332A

Tints of Hairy Heath #5F332A

Color information

#5F332A (or 0x5F332A) is unknown color: approx Hairy Heath. HEX triplet: 5F, 33 and 2A. RGB value is (95,51,42). Sum of RGB (Red+Green+Blue) = 95+51+42=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F332A is #A0CCD5. Grayscale: #3F3F3F. Windows color (decimal): -10538198 or 2765663. OLE color: 2765663.

HSL color Cylindrical-coordinate representation of color #5F332A: hue angle of 10.19º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F332A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB955142-
CMYK00.460.560.63
HSL10.19º38.69%26.86%-
HSV(B)10.19º55.79%37.25%-
XYZ6.324.972.82-
YUV63.13116.08150.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50.53%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=50.53%
G=27.13%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95514200.460.560.6310.1938.6926.86
Hex5F332A02E383Fa271b
Octal13763520567077124733
Binary10111111100111010100101110111000111111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,51,42); }

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

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

 a { background-color: rgb(95,51,42); }

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

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

 span { border-color: rgb(95,51,42); }

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