#5F372C

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

Shades of Hairy Heath #5F372C

Tints of Hairy Heath #5F372C

Color information

#5F372C (or 0x5F372C) is unknown color: approx Hairy Heath. HEX triplet: 5F, 37 and 2C. RGB value is (95,55,44). Sum of RGB (Red+Green+Blue) = 95+55+44=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F372C is #A0C8D3. Grayscale: #414141. Windows color (decimal): -10537172 or 2897759. OLE color: 2897759.

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

Color convert

RGB955544-
CMYK00.420.540.63
HSL12.94º36.69%27.25%-
HSV(B)12.94º53.68%37.25%-
XYZ6.545.353.07-
YUV65.71115.75148.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.97%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=48.97%
G=28.35%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95554400.420.540.6312.9436.6927.25
Hex5F372C02A363Fd251b
Octal13767540526677154533
Binary10111111101111011000101010110110111111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,55,44); }

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

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

 a { background-color: rgb(95,55,44); }

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

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

 span { border-color: rgb(95,55,44); }

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