Shades of Alert Tan #8D5022
Tints of Alert Tan #8D5022
RGB
CMYK
RGB Variations
Color information
#8D5022 (or 0x8D5022) is known color: Alert Tan. HEX triplet: 8D, 50 and 22. RGB value is (141,80,34). Sum of RGB (Red+Green+Blue) = 141+80+34=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5022 is #72AFDD. Grayscale: #5D5D5D. Windows color (decimal): -7516126 or 2248845. OLE color: 2248845.
HSL color Cylindrical-coordinate representation of color #8D5022: hue angle of 25.79º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D5022 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 34 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.45 |
| HSL | 25.79º | 0.61% | 0.34% | - |
| HSV(B) | 25.79º | 0.76% | 0.55% | - |
| XYZ | 14.14 | 11.52 | 2.99 | - |
| YUV | 93 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 34 | 0 | 0.43 | 0.76 | 0.45 | 25.79 | 0.61 | 0.34 |
| Hex | 8D | 50 | 22 | 0 | 2B | 4C | 2D | 1A | 3D | 22 |
| Octal | 215 | 120 | 42 | 0 | 53 | 114 | 55 | 32 | 75 | 42 |
| Binary | 10001101 | 1010000 | 100010 | 0 | 101011 | 1001100 | 101101 | 11010 | 111101 | 100010 |
Color Harmonies of #8D5022
Complementary color
Monochromatic Colors of #8D5022
Black with #8D5022
Text Example
Text Example
White with #8D5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5022; }
p { color: rgb(141,80,34); }
H1.HeaderClassName
{
color: #8D5022;
}
.AnyTagClassName
{
color: #8D5022;
}
</style>
background-color css
<style>
a { background-color: #8D5022; }
a { background-color: rgb(141,80,34); }
div.DivClassName
{
background-color: #8D5022;
}
.BgClassName
{
background-color: #8D5022;
}
</style>
border-color css
<style>
span { border-color: #8D5022; }
span { border-color: rgb(141,80,34); }
td.TdClassName
{
border-color: #8D5022;
}
.TagClassName
{
border-color: #8D5022;
}
</style>