Shades of Alert Tan #8E492D
Tints of Alert Tan #8E492D
RGB
CMYK
RGB Variations
Color information
#8E492D (or 0x8E492D) is known color: 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
| RGB | 142 | 73 | 45 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.44 |
| HSL | 17.32º | 0.52% | 0.37% | - |
| HSV(B) | 17.32º | 0.68% | 0.56% | - |
| XYZ | 14.01 | 10.71 | 3.81 | - |
| YUV | 90.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 45 | 0 | 0.49 | 0.68 | 0.44 | 17.32 | 0.52 | 0.37 |
| Hex | 8E | 49 | 2D | 0 | 31 | 44 | 2C | 11 | 34 | 25 |
| Octal | 216 | 111 | 55 | 0 | 61 | 104 | 54 | 21 | 64 | 45 |
| Binary | 10001110 | 1001001 | 101101 | 0 | 110001 | 1000100 | 101100 | 10001 | 110100 | 100101 |
Color Harmonies of #8E492D
Complementary color
Monochromatic Colors of #8E492D
Black with #8E492D
Text Example
Text Example
White with #8E492D
Text Example
Text Example
HTML Codes & Css Web 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>