#8E492D

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

Shades of Alert Tan #8E492D

Tints of Alert Tan #8E492D

Color information

#8E492D (or 0x8E492D) is unknown color: approx Alert Tan. HEX triplet: 8E, 49 and 2D. RGB value is (142,73,45). Sum of RGB (Red+Green+Blue) = 142+73+45=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E492D is #71B6D2. Grayscale: #5A5A5A. Windows color (decimal): -7452371 or 2967950. OLE color: 2967950.

HSL color Cylindrical-coordinate representation of color #8E492D: hue angle of 17.32º degrees, saturation: 0.52, 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 #8E492D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1427345-
CMYK00.490.680.44
HSL17.32º51.87%36.67%-
HSV(B)17.32º68.31%55.69%-
XYZ14.0110.713.81-
YUV90.44102.36164.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.62%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=54.62%
G=28.08%
B=17.31%

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
Decimal142734500.490.680.4417.3251.8736.67
Hex8E492D031442C113425
Octal2161115506110454216445
Binary1000111010010011011010110001100010010110010001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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