Shades of Alert Tan #8C4926
Tints of Alert Tan #8C4926
RGB
CMYK
RGB Variations
Color information
#8C4926 (or 0x8C4926) is known color: Alert Tan. HEX triplet: 8C, 49 and 26. RGB value is (140,73,38). Sum of RGB (Red+Green+Blue) = 140+73+38=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4926 is #73B6D9. Grayscale: #595959. Windows color (decimal): -7583450 or 2509196. OLE color: 2509196.
HSL color Cylindrical-coordinate representation of color #8C4926: hue angle of 20.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C4926 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 38 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.45 |
| HSL | 20.59º | 0.57% | 0.35% | - |
| HSV(B) | 20.59º | 0.73% | 0.55% | - |
| XYZ | 13.55 | 10.48 | 3.14 | - |
| YUV | 89.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 38 | 0 | 0.48 | 0.73 | 0.45 | 20.59 | 0.57 | 0.35 |
| Hex | 8C | 49 | 26 | 0 | 30 | 49 | 2D | 15 | 39 | 23 |
| Octal | 214 | 111 | 46 | 0 | 60 | 111 | 55 | 25 | 71 | 43 |
| Binary | 10001100 | 1001001 | 100110 | 0 | 110000 | 1001001 | 101101 | 10101 | 111001 | 100011 |
Color Harmonies of #8C4926
Complementary color
Monochromatic Colors of #8C4926
Black with #8C4926
Text Example
Text Example
White with #8C4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4926; }
p { color: rgb(140,73,38); }
H1.HeaderClassName
{
color: #8C4926;
}
.AnyTagClassName
{
color: #8C4926;
}
</style>
background-color css
<style>
a { background-color: #8C4926; }
a { background-color: rgb(140,73,38); }
div.DivClassName
{
background-color: #8C4926;
}
.BgClassName
{
background-color: #8C4926;
}
</style>
border-color css
<style>
span { border-color: #8C4926; }
span { border-color: rgb(140,73,38); }
td.TdClassName
{
border-color: #8C4926;
}
.TagClassName
{
border-color: #8C4926;
}
</style>