#8E502A

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

Shades of Alert Tan #8E502A

Tints of Alert Tan #8E502A

Color information

#8E502A (or 0x8E502A) is unknown color: approx Alert Tan. HEX triplet: 8E, 50 and 2A. RGB value is (142,80,42). Sum of RGB (Red+Green+Blue) = 142+80+42=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E502A is #71AFD5. Grayscale: #5E5E5E. Windows color (decimal): -7450582 or 2773134. OLE color: 2773134.

HSL color Cylindrical-coordinate representation of color #8E502A: hue angle of 22.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E502A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1428042-
CMYK00.440.700.44
HSL22.8º54.35%36.08%-
HSV(B)22.8º70.42%55.69%-
XYZ14.4411.663.68-
YUV94.2198.54162.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=53.79%
G=30.30%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142804200.440.700.4422.854.3536.08
Hex8E502A02C462C173624
Octal2161205205410654276644
Binary1000111010100001010100101100100011010110010111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,42); }

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

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

 a { background-color: rgb(142,80,42); }

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

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

 span { border-color: rgb(142,80,42); }

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