#5E3325

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

Shades of Hairy Heath #5E3325

Tints of Hairy Heath #5E3325

Color information

#5E3325 (or 0x5E3325) is unknown color: approx Hairy Heath. HEX triplet: 5E, 33 and 25. RGB value is (94,51,37). Sum of RGB (Red+Green+Blue) = 94+51+37=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3325 is #A1CCDA. Grayscale: #3E3E3E. Windows color (decimal): -10603739 or 2437982. OLE color: 2437982.

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

Color convert

RGB945137-
CMYK00.460.610.63
HSL14.74º43.51%25.69%-
HSV(B)14.74º60.64%36.86%-
XYZ6.134.882.37-
YUV62.26113.75150.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.65%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=51.65%
G=28.02%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94513700.460.610.6314.7443.5125.69
Hex5E332502E3D3Ff2c1a
Octal13663450567577175432
Binary10111101100111001010101110111101111111111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,37); }

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

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

 a { background-color: rgb(94,51,37); }

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

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

 span { border-color: rgb(94,51,37); }

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