Shades of Alert Tan #8D4C2E
Tints of Alert Tan #8D4C2E
RGB
CMYK
RGB Variations
Color information
#8D4C2E (or 0x8D4C2E) is known color: Alert Tan. HEX triplet: 8D, 4C and 2E. RGB value is (141,76,46). Sum of RGB (Red+Green+Blue) = 141+76+46=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C2E is #72B3D1. Grayscale: #5C5C5C. Windows color (decimal): -7517138 or 3034253. OLE color: 3034253.
HSL color Cylindrical-coordinate representation of color #8D4C2E: hue angle of 18.95º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4C2E is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 46 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.45 |
| HSL | 18.95º | 0.51% | 0.37% | - |
| HSV(B) | 18.95º | 0.67% | 0.55% | - |
| XYZ | 14.06 | 11.03 | 3.97 | - |
| YUV | 92.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 46 | 0 | 0.46 | 0.67 | 0.45 | 18.95 | 0.51 | 0.37 |
| Hex | 8D | 4C | 2E | 0 | 2E | 43 | 2D | 13 | 33 | 25 |
| Octal | 215 | 114 | 56 | 0 | 56 | 103 | 55 | 23 | 63 | 45 |
| Binary | 10001101 | 1001100 | 101110 | 0 | 101110 | 1000011 | 101101 | 10011 | 110011 | 100101 |
Color Harmonies of #8D4C2E
Complementary color
Monochromatic Colors of #8D4C2E
Black with #8D4C2E
Text Example
Text Example
White with #8D4C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C2E; }
p { color: rgb(141,76,46); }
H1.HeaderClassName
{
color: #8D4C2E;
}
.AnyTagClassName
{
color: #8D4C2E;
}
</style>
background-color css
<style>
a { background-color: #8D4C2E; }
a { background-color: rgb(141,76,46); }
div.DivClassName
{
background-color: #8D4C2E;
}
.BgClassName
{
background-color: #8D4C2E;
}
</style>
border-color css
<style>
span { border-color: #8D4C2E; }
span { border-color: rgb(141,76,46); }
td.TdClassName
{
border-color: #8D4C2E;
}
.TagClassName
{
border-color: #8D4C2E;
}
</style>