Shades of Alert Tan #8E482F
Tints of Alert Tan #8E482F
RGB
CMYK
RGB Variations
Color information
#8E482F (or 0x8E482F) is known color: Alert Tan. HEX triplet: 8E, 48 and 2F. RGB value is (142,72,47). Sum of RGB (Red+Green+Blue) = 142+72+47=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E482F is #71B7D0. Grayscale: #5A5A5A. Windows color (decimal): -7452625 or 3098766. OLE color: 3098766.
HSL color Cylindrical-coordinate representation of color #8E482F: hue angle of 15.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E482F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 47 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.44 |
| HSL | 15.79º | 0.5% | 0.37% | - |
| HSV(B) | 15.79º | 0.67% | 0.56% | - |
| XYZ | 13.99 | 10.59 | 4 | - |
| YUV | 90.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 47 | 0 | 0.49 | 0.67 | 0.44 | 15.79 | 0.5 | 0.37 |
| Hex | 8E | 48 | 2F | 0 | 31 | 43 | 2C | 10 | 32 | 25 |
| Octal | 216 | 110 | 57 | 0 | 61 | 103 | 54 | 20 | 62 | 45 |
| Binary | 10001110 | 1001000 | 101111 | 0 | 110001 | 1000011 | 101100 | 10000 | 110010 | 100101 |
Color Harmonies of #8E482F
Complementary color
Monochromatic Colors of #8E482F
Black with #8E482F
Text Example
Text Example
White with #8E482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E482F; }
p { color: rgb(142,72,47); }
H1.HeaderClassName
{
color: #8E482F;
}
.AnyTagClassName
{
color: #8E482F;
}
</style>
background-color css
<style>
a { background-color: #8E482F; }
a { background-color: rgb(142,72,47); }
div.DivClassName
{
background-color: #8E482F;
}
.BgClassName
{
background-color: #8E482F;
}
</style>
border-color css
<style>
span { border-color: #8E482F; }
span { border-color: rgb(142,72,47); }
td.TdClassName
{
border-color: #8E482F;
}
.TagClassName
{
border-color: #8E482F;
}
</style>