#8E4D2A

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

Shades of Alert Tan #8E4D2A

Tints of Alert Tan #8E4D2A

Color information

#8E4D2A (or 0x8E4D2A) is unknown color: approx Alert Tan. HEX triplet: 8E, 4D and 2A. RGB value is (142,77,42). Sum of RGB (Red+Green+Blue) = 142+77+42=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4D2A is #71B2D5. Grayscale: #5C5C5C. Windows color (decimal): -7451350 or 2772366. OLE color: 2772366.

HSL color Cylindrical-coordinate representation of color #8E4D2A: hue angle of 21º 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 #8E4D2A is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1427742-
CMYK00.460.700.44
HSL21º54.35%36.08%-
HSV(B)21º70.42%55.69%-
XYZ14.2311.233.61-
YUV92.4499.53163.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=54.41%
G=29.50%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142774200.460.700.442154.3536.08
Hex8E4D2A02E462C153624
Octal2161155205610654256644
Binary1000111010011011010100101110100011010110010101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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