#5F3426

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

Shades of Hairy Heath #5F3426

Tints of Hairy Heath #5F3426

Color information

#5F3426 (or 0x5F3426) is unknown color: approx Hairy Heath. HEX triplet: 5F, 34 and 26. RGB value is (95,52,38). Sum of RGB (Red+Green+Blue) = 95+52+38=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3426 is #A0CBD9. Grayscale: #3F3F3F. Windows color (decimal): -10537946 or 2503775. OLE color: 2503775.

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

Color convert

RGB955238-
CMYK00.450.600.63
HSL14.74º42.86%26.08%-
HSV(B)14.74º60%37.25%-
XYZ6.35.032.47-
YUV63.26113.75150.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.35%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=51.35%
G=28.11%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95523800.450.600.6314.7442.8626.08
Hex5F342602D3C3Ff2b1a
Octal13764460557477175332
Binary10111111101001001100101101111100111111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,52,38); }

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

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

 a { background-color: rgb(95,52,38); }

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

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

 span { border-color: rgb(95,52,38); }

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