#8E492E

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

Shades of Alert Tan #8E492E

Tints of Alert Tan #8E492E

Color information

#8E492E (or 0x8E492E) is unknown color: approx Alert Tan. HEX triplet: 8E, 49 and 2E. RGB value is (142,73,46). Sum of RGB (Red+Green+Blue) = 142+73+46=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E492E is #71B6D1. Grayscale: #5A5A5A. Windows color (decimal): -7452370 or 3033486. OLE color: 3033486.

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

Color convert

RGB1427346-
CMYK00.490.680.44
HSL16.88º51.06%36.86%-
HSV(B)16.88º67.61%55.69%-
XYZ14.0310.713.91-
YUV90.55102.86164.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=54.41%
G=27.97%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142734600.490.680.4416.8851.0636.86
Hex8E492E031442C113325
Octal2161115606110454216345
Binary1000111010010011011100110001100010010110010001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,46); }

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

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

 a { background-color: rgb(142,73,46); }

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

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

 span { border-color: rgb(142,73,46); }

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