#8E502C

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

Shades of Alert Tan #8E502C

Tints of Alert Tan #8E502C

Color information

#8E502C (or 0x8E502C) is unknown color: approx Alert Tan. HEX triplet: 8E, 50 and 2C. RGB value is (142,80,44). Sum of RGB (Red+Green+Blue) = 142+80+44=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E502C is #71AFD3. Grayscale: #5E5E5E. Windows color (decimal): -7450580 or 2904206. OLE color: 2904206.

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

Color convert

RGB1428044-
CMYK00.440.690.44
HSL22.04º52.69%36.47%-
HSV(B)22.04º69.01%55.69%-
XYZ14.4811.673.87-
YUV94.4399.54161.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=53.38%
G=30.08%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142804400.440.690.4422.0452.6936.47
Hex8E502C02C452C163524
Octal2161205405410554266544
Binary1000111010100001011000101100100010110110010110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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