#5E3128

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

Shades of Hairy Heath #5E3128

Tints of Hairy Heath #5E3128

Color information

#5E3128 (or 0x5E3128) is unknown color: approx Hairy Heath. HEX triplet: 5E, 31 and 28. RGB value is (94,49,40). Sum of RGB (Red+Green+Blue) = 94+49+40=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3128 is #A1CED7. Grayscale: #3D3D3D. Windows color (decimal): -10604248 or 2634078. OLE color: 2634078.

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

Color convert

RGB944940-
CMYK00.480.570.63
HSL10º40.3%26.27%-
HSV(B)10º57.45%36.86%-
XYZ6.14.732.6-
YUV61.43115.91151.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=51.37%
G=26.78%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94494000.480.570.631040.326.27
Hex5E3128030393Fa281a
Octal13661500607177125032
Binary10111101100011010000110000111001111111101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,49,40); }

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

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

 a { background-color: rgb(94,49,40); }

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

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

 span { border-color: rgb(94,49,40); }

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