Shades of Alert Tan #8D482D
Tints of Alert Tan #8D482D
RGB
CMYK
RGB Variations
Color information
#8D482D (or 0x8D482D) is known color: Alert Tan. HEX triplet: 8D, 48 and 2D. RGB value is (141,72,45). Sum of RGB (Red+Green+Blue) = 141+72+45=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D482D is #72B7D2. Grayscale: #595959. Windows color (decimal): -7518163 or 2967693. OLE color: 2967693.
HSL color Cylindrical-coordinate representation of color #8D482D: hue angle of 16.88º 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 #8D482D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 45 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.45 |
| HSL | 16.88º | 0.52% | 0.36% | - |
| HSV(B) | 16.88º | 0.68% | 0.55% | - |
| XYZ | 13.78 | 10.49 | 3.78 | - |
| YUV | 89.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 45 | 0 | 0.49 | 0.68 | 0.45 | 16.88 | 0.52 | 0.36 |
| Hex | 8D | 48 | 2D | 0 | 31 | 44 | 2D | 11 | 34 | 24 |
| Octal | 215 | 110 | 55 | 0 | 61 | 104 | 55 | 21 | 64 | 44 |
| Binary | 10001101 | 1001000 | 101101 | 0 | 110001 | 1000100 | 101101 | 10001 | 110100 | 100100 |
Color Harmonies of #8D482D
Complementary color
Monochromatic Colors of #8D482D
Black with #8D482D
Text Example
Text Example
White with #8D482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D482D; }
p { color: rgb(141,72,45); }
H1.HeaderClassName
{
color: #8D482D;
}
.AnyTagClassName
{
color: #8D482D;
}
</style>
background-color css
<style>
a { background-color: #8D482D; }
a { background-color: rgb(141,72,45); }
div.DivClassName
{
background-color: #8D482D;
}
.BgClassName
{
background-color: #8D482D;
}
</style>
border-color css
<style>
span { border-color: #8D482D; }
span { border-color: rgb(141,72,45); }
td.TdClassName
{
border-color: #8D482D;
}
.TagClassName
{
border-color: #8D482D;
}
</style>