Shades of Alert Tan #8E4C2D
Tints of Alert Tan #8E4C2D
RGB
CMYK
RGB Variations
Color information
#8E4C2D (or 0x8E4C2D) is known color: Alert Tan. HEX triplet: 8E, 4C and 2D. RGB value is (142,76,45). Sum of RGB (Red+Green+Blue) = 142+76+45=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C2D is #71B3D2. Grayscale: #5C5C5C. Windows color (decimal): -7451603 or 2968718. OLE color: 2968718.
HSL color Cylindrical-coordinate representation of color #8E4C2D: hue angle of 19.18º 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 #8E4C2D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 76 | 45 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.44 |
| HSL | 19.18º | 0.52% | 0.37% | - |
| HSV(B) | 19.18º | 0.68% | 0.56% | - |
| XYZ | 14.21 | 11.11 | 3.88 | - |
| YUV | 92.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 45 | 0 | 0.46 | 0.68 | 0.44 | 19.18 | 0.52 | 0.37 |
| Hex | 8E | 4C | 2D | 0 | 2E | 44 | 2C | 13 | 34 | 25 |
| Octal | 216 | 114 | 55 | 0 | 56 | 104 | 54 | 23 | 64 | 45 |
| Binary | 10001110 | 1001100 | 101101 | 0 | 101110 | 1000100 | 101100 | 10011 | 110100 | 100101 |
Color Harmonies of #8E4C2D
Complementary color
Monochromatic Colors of #8E4C2D
Black with #8E4C2D
Text Example
Text Example
White with #8E4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4C2D; }
p { color: rgb(142,76,45); }
H1.HeaderClassName
{
color: #8E4C2D;
}
.AnyTagClassName
{
color: #8E4C2D;
}
</style>
background-color css
<style>
a { background-color: #8E4C2D; }
a { background-color: rgb(142,76,45); }
div.DivClassName
{
background-color: #8E4C2D;
}
.BgClassName
{
background-color: #8E4C2D;
}
</style>
border-color css
<style>
span { border-color: #8E4C2D; }
span { border-color: rgb(142,76,45); }
td.TdClassName
{
border-color: #8E4C2D;
}
.TagClassName
{
border-color: #8E4C2D;
}
</style>