Shades of Alert Tan #8D4E2D
Tints of Alert Tan #8D4E2D
RGB
CMYK
RGB Variations
Color information
#8D4E2D (or 0x8D4E2D) is known color: Alert Tan. HEX triplet: 8D, 4E and 2D. RGB value is (141,78,45). Sum of RGB (Red+Green+Blue) = 141+78+45=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4E2D is #72B1D2. Grayscale: #5D5D5D. Windows color (decimal): -7516627 or 2969229. OLE color: 2969229.
HSL color Cylindrical-coordinate representation of color #8D4E2D: hue angle of 20.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D4E2D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 78 | 45 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.45 |
| HSL | 20.63º | 0.52% | 0.36% | - |
| HSV(B) | 20.63º | 0.68% | 0.55% | - |
| XYZ | 14.18 | 11.3 | 3.92 | - |
| YUV | 93.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 45 | 0 | 0.45 | 0.68 | 0.45 | 20.63 | 0.52 | 0.36 |
| Hex | 8D | 4E | 2D | 0 | 2D | 44 | 2D | 15 | 34 | 24 |
| Octal | 215 | 116 | 55 | 0 | 55 | 104 | 55 | 25 | 64 | 44 |
| Binary | 10001101 | 1001110 | 101101 | 0 | 101101 | 1000100 | 101101 | 10101 | 110100 | 100100 |
Color Harmonies of #8D4E2D
Complementary color
Monochromatic Colors of #8D4E2D
Black with #8D4E2D
Text Example
Text Example
White with #8D4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4E2D; }
p { color: rgb(141,78,45); }
H1.HeaderClassName
{
color: #8D4E2D;
}
.AnyTagClassName
{
color: #8D4E2D;
}
</style>
background-color css
<style>
a { background-color: #8D4E2D; }
a { background-color: rgb(141,78,45); }
div.DivClassName
{
background-color: #8D4E2D;
}
.BgClassName
{
background-color: #8D4E2D;
}
</style>
border-color css
<style>
span { border-color: #8D4E2D; }
span { border-color: rgb(141,78,45); }
td.TdClassName
{
border-color: #8D4E2D;
}
.TagClassName
{
border-color: #8D4E2D;
}
</style>