Shades of Alert Tan #8E5026
Tints of Alert Tan #8E5026
RGB
CMYK
RGB Variations
Color information
#8E5026 (or 0x8E5026) is known color: Alert Tan. HEX triplet: 8E, 50 and 26. RGB value is (142,80,38). Sum of RGB (Red+Green+Blue) = 142+80+38=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5026 is #71AFD9. Grayscale: #5D5D5D. Windows color (decimal): -7450586 or 2510990. OLE color: 2510990.
HSL color Cylindrical-coordinate representation of color #8E5026: hue angle of 24.23º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E5026 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 38 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.44 |
| HSL | 24.23º | 0.58% | 0.35% | - |
| HSV(B) | 24.23º | 0.73% | 0.56% | - |
| XYZ | 14.37 | 11.63 | 3.32 | - |
| YUV | 93.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 38 | 0 | 0.44 | 0.73 | 0.44 | 24.23 | 0.58 | 0.35 |
| Hex | 8E | 50 | 26 | 0 | 2C | 49 | 2C | 18 | 3A | 23 |
| Octal | 216 | 120 | 46 | 0 | 54 | 111 | 54 | 30 | 72 | 43 |
| Binary | 10001110 | 1010000 | 100110 | 0 | 101100 | 1001001 | 101100 | 11000 | 111010 | 100011 |
Color Harmonies of #8E5026
Complementary color
Monochromatic Colors of #8E5026
Black with #8E5026
Text Example
Text Example
White with #8E5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5026; }
p { color: rgb(142,80,38); }
H1.HeaderClassName
{
color: #8E5026;
}
.AnyTagClassName
{
color: #8E5026;
}
</style>
background-color css
<style>
a { background-color: #8E5026; }
a { background-color: rgb(142,80,38); }
div.DivClassName
{
background-color: #8E5026;
}
.BgClassName
{
background-color: #8E5026;
}
</style>
border-color css
<style>
span { border-color: #8E5026; }
span { border-color: rgb(142,80,38); }
td.TdClassName
{
border-color: #8E5026;
}
.TagClassName
{
border-color: #8E5026;
}
</style>