Shades of Alert Tan #8E4A22
Tints of Alert Tan #8E4A22
RGB
CMYK
RGB Variations
Color information
#8E4A22 (or 0x8E4A22) is known color: Alert Tan. HEX triplet: 8E, 4A and 22. RGB value is (142,74,34). Sum of RGB (Red+Green+Blue) = 142+74+34=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A22 is #71B5DD. Grayscale: #595959. Windows color (decimal): -7452126 or 2247310. OLE color: 2247310.
HSL color Cylindrical-coordinate representation of color #8E4A22: hue angle of 22.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E4A22 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 34 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.44 |
| HSL | 22.22º | 0.61% | 0.35% | - |
| HSV(B) | 22.22º | 0.76% | 0.56% | - |
| XYZ | 13.89 | 10.76 | 2.86 | - |
| YUV | 89.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 34 | 0 | 0.48 | 0.76 | 0.44 | 22.22 | 0.61 | 0.35 |
| Hex | 8E | 4A | 22 | 0 | 30 | 4C | 2C | 16 | 3D | 23 |
| Octal | 216 | 112 | 42 | 0 | 60 | 114 | 54 | 26 | 75 | 43 |
| Binary | 10001110 | 1001010 | 100010 | 0 | 110000 | 1001100 | 101100 | 10110 | 111101 | 100011 |
Color Harmonies of #8E4A22
Complementary color
Monochromatic Colors of #8E4A22
Black with #8E4A22
Text Example
Text Example
White with #8E4A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A22; }
p { color: rgb(142,74,34); }
H1.HeaderClassName
{
color: #8E4A22;
}
.AnyTagClassName
{
color: #8E4A22;
}
</style>
background-color css
<style>
a { background-color: #8E4A22; }
a { background-color: rgb(142,74,34); }
div.DivClassName
{
background-color: #8E4A22;
}
.BgClassName
{
background-color: #8E4A22;
}
</style>
border-color css
<style>
span { border-color: #8E4A22; }
span { border-color: rgb(142,74,34); }
td.TdClassName
{
border-color: #8E4A22;
}
.TagClassName
{
border-color: #8E4A22;
}
</style>