#8E4D2F

Color #8E4D2F Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #8E4D2F

Tints of Alert Tan #8E4D2F

Color information

#8E4D2F (or 0x8E4D2F) is unknown color: approx Alert Tan. HEX triplet: 8E, 4D and 2F. RGB value is (142,77,47). Sum of RGB (Red+Green+Blue) = 142+77+47=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4D2F is #71B2D0. Grayscale: #5D5D5D. Windows color (decimal): -7451345 or 3100046. OLE color: 3100046.

HSL color Cylindrical-coordinate representation of color #8E4D2F: hue angle of 18.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E4D2F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1427747-
CMYK00.460.670.44
HSL18.95º50.26%37.06%-
HSV(B)18.95º66.9%55.69%-
XYZ14.3211.264.11-
YUV93.02102.03162.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=53.38%
G=28.95%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142774700.460.670.4418.9550.2637.06
Hex8E4D2F02E432C133225
Octal2161155705610354236245
Binary1000111010011011011110101110100001110110010011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4D2F; }

 p { color: rgb(142,77,47); }

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

<style>
 a { background-color: #8E4D2F; }

 a { background-color: rgb(142,77,47); }

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

<style>
 span { border-color: #8E4D2F; }

 span { border-color: rgb(142,77,47); }

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