Shades of Alert Tan #8D4F28
Tints of Alert Tan #8D4F28
RGB
CMYK
RGB Variations
Color information
#8D4F28 (or 0x8D4F28) is known color: Alert Tan. HEX triplet: 8D, 4F and 28. RGB value is (141,79,40). Sum of RGB (Red+Green+Blue) = 141+79+40=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F28 is #72B0D7. Grayscale: #5D5D5D. Windows color (decimal): -7516376 or 2641805. OLE color: 2641805.
HSL color Cylindrical-coordinate representation of color #8D4F28: hue angle of 23.17º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D4F28 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 79 | 40 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.45 |
| HSL | 23.17º | 0.56% | 0.35% | - |
| HSV(B) | 23.17º | 0.72% | 0.55% | - |
| XYZ | 14.16 | 11.41 | 3.46 | - |
| YUV | 93.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 40 | 0 | 0.44 | 0.72 | 0.45 | 23.17 | 0.56 | 0.35 |
| Hex | 8D | 4F | 28 | 0 | 2C | 48 | 2D | 17 | 38 | 23 |
| Octal | 215 | 117 | 50 | 0 | 54 | 110 | 55 | 27 | 70 | 43 |
| Binary | 10001101 | 1001111 | 101000 | 0 | 101100 | 1001000 | 101101 | 10111 | 111000 | 100011 |
Color Harmonies of #8D4F28
Complementary color
Monochromatic Colors of #8D4F28
Black with #8D4F28
Text Example
Text Example
White with #8D4F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F28; }
p { color: rgb(141,79,40); }
H1.HeaderClassName
{
color: #8D4F28;
}
.AnyTagClassName
{
color: #8D4F28;
}
</style>
background-color css
<style>
a { background-color: #8D4F28; }
a { background-color: rgb(141,79,40); }
div.DivClassName
{
background-color: #8D4F28;
}
.BgClassName
{
background-color: #8D4F28;
}
</style>
border-color css
<style>
span { border-color: #8D4F28; }
span { border-color: rgb(141,79,40); }
td.TdClassName
{
border-color: #8D4F28;
}
.TagClassName
{
border-color: #8D4F28;
}
</style>