Shades of Alert Tan #8E4E31
Tints of Alert Tan #8E4E31
RGB
CMYK
RGB Variations
Color information
#8E4E31 (or 0x8E4E31) is known color: Alert Tan. HEX triplet: 8E, 4E and 31. RGB value is (142,78,49). Sum of RGB (Red+Green+Blue) = 142+78+49=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4E31 is #71B1CE. Grayscale: #5E5E5E. Windows color (decimal): -7451087 or 3231374. OLE color: 3231374.
HSL color Cylindrical-coordinate representation of color #8E4E31: hue angle of 18.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4E31 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 78 | 49 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.44 |
| HSL | 18.71º | 0.49% | 0.37% | - |
| HSV(B) | 18.71º | 0.65% | 0.56% | - |
| XYZ | 14.43 | 11.42 | 4.35 | - |
| YUV | 93.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 78 | 49 | 0 | 0.45 | 0.65 | 0.44 | 18.71 | 0.49 | 0.37 |
| Hex | 8E | 4E | 31 | 0 | 2D | 41 | 2C | 13 | 31 | 25 |
| Octal | 216 | 116 | 61 | 0 | 55 | 101 | 54 | 23 | 61 | 45 |
| Binary | 10001110 | 1001110 | 110001 | 0 | 101101 | 1000001 | 101100 | 10011 | 110001 | 100101 |
Color Harmonies of #8E4E31
Complementary color
Monochromatic Colors of #8E4E31
Black with #8E4E31
Text Example
Text Example
White with #8E4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4E31; }
p { color: rgb(142,78,49); }
H1.HeaderClassName
{
color: #8E4E31;
}
.AnyTagClassName
{
color: #8E4E31;
}
</style>
background-color css
<style>
a { background-color: #8E4E31; }
a { background-color: rgb(142,78,49); }
div.DivClassName
{
background-color: #8E4E31;
}
.BgClassName
{
background-color: #8E4E31;
}
</style>
border-color css
<style>
span { border-color: #8E4E31; }
span { border-color: rgb(142,78,49); }
td.TdClassName
{
border-color: #8E4E31;
}
.TagClassName
{
border-color: #8E4E31;
}
</style>