Shades of Alert Tan #8C4B24
Tints of Alert Tan #8C4B24
RGB
CMYK
RGB Variations
Color information
#8C4B24 (or 0x8C4B24) is known color: Alert Tan. HEX triplet: 8C, 4B and 24. RGB value is (140,75,36). Sum of RGB (Red+Green+Blue) = 140+75+36=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4B24 is #73B4DB. Grayscale: #5A5A5A. Windows color (decimal): -7582940 or 2378636. OLE color: 2378636.
HSL color Cylindrical-coordinate representation of color #8C4B24: hue angle of 22.5º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C4B24 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 36 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.45 |
| HSL | 22.5º | 0.59% | 0.35% | - |
| HSV(B) | 22.5º | 0.74% | 0.55% | - |
| XYZ | 13.65 | 10.73 | 3.02 | - |
| YUV | 89.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 36 | 0 | 0.46 | 0.74 | 0.45 | 22.5 | 0.59 | 0.35 |
| Hex | 8C | 4B | 24 | 0 | 2E | 4A | 2D | 16 | 3B | 23 |
| Octal | 214 | 113 | 44 | 0 | 56 | 112 | 55 | 26 | 73 | 43 |
| Binary | 10001100 | 1001011 | 100100 | 0 | 101110 | 1001010 | 101101 | 10110 | 111011 | 100011 |
Color Harmonies of #8C4B24
Complementary color
Monochromatic Colors of #8C4B24
Black with #8C4B24
Text Example
Text Example
White with #8C4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B24; }
p { color: rgb(140,75,36); }
H1.HeaderClassName
{
color: #8C4B24;
}
.AnyTagClassName
{
color: #8C4B24;
}
</style>
background-color css
<style>
a { background-color: #8C4B24; }
a { background-color: rgb(140,75,36); }
div.DivClassName
{
background-color: #8C4B24;
}
.BgClassName
{
background-color: #8C4B24;
}
</style>
border-color css
<style>
span { border-color: #8C4B24; }
span { border-color: rgb(140,75,36); }
td.TdClassName
{
border-color: #8C4B24;
}
.TagClassName
{
border-color: #8C4B24;
}
</style>