#5E311F

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

Shades of Hairy Heath #5E311F

Tints of Hairy Heath #5E311F

Color information

#5E311F (or 0x5E311F) is unknown color: approx Hairy Heath. HEX triplet: 5E, 31 and 1F. RGB value is (94,49,31). Sum of RGB (Red+Green+Blue) = 94+49+31=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E311F is #A1CEE0. Grayscale: #3C3C3C. Windows color (decimal): -10604257 or 2044254. OLE color: 2044254.

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

Color convert

RGB944931-
CMYK00.480.670.63
HSL17.14º50.4%24.51%-
HSV(B)17.14º67.02%36.86%-
XYZ5.964.681.88-
YUV60.4111.41151.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.02%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=54.02%
G=28.16%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94493100.480.670.6317.1450.424.51
Hex5E311F030433F113219
Octal136613706010377216231
Binary101111011000111111011000010000111111111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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