#8E4C2C

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

Shades of Alert Tan #8E4C2C

Tints of Alert Tan #8E4C2C

Color information

#8E4C2C (or 0x8E4C2C) is unknown color: approx Alert Tan. HEX triplet: 8E, 4C and 2C. RGB value is (142,76,44). Sum of RGB (Red+Green+Blue) = 142+76+44=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C2C is #71B3D3. Grayscale: #5C5C5C. Windows color (decimal): -7451604 or 2903182. OLE color: 2903182.

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

Color convert

RGB1427644-
CMYK00.460.690.44
HSL19.59º52.69%36.47%-
HSV(B)19.59º69.01%55.69%-
XYZ14.1911.13.78-
YUV92.09100.87163.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=54.20%
G=29.01%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142764400.460.690.4419.5952.6936.47
Hex8E4C2C02E452C143524
Octal2161145405610554246544
Binary1000111010011001011000101110100010110110010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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