Shades of Alert Tan #8C492D
Tints of Alert Tan #8C492D
RGB
CMYK
RGB Variations
Color information
#8C492D (or 0x8C492D) is known color: Alert Tan. HEX triplet: 8C, 49 and 2D. RGB value is (140,73,45). Sum of RGB (Red+Green+Blue) = 140+73+45=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C492D is #73B6D2. Grayscale: #5A5A5A. Windows color (decimal): -7583443 or 2967948. OLE color: 2967948.
HSL color Cylindrical-coordinate representation of color #8C492D: hue angle of 17.68º degrees, saturation: 0.51, 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 #8C492D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 45 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.45 |
| HSL | 17.68º | 0.51% | 0.36% | - |
| HSV(B) | 17.68º | 0.68% | 0.55% | - |
| XYZ | 13.67 | 10.53 | 3.79 | - |
| YUV | 89.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 45 | 0 | 0.48 | 0.68 | 0.45 | 17.68 | 0.51 | 0.36 |
| Hex | 8C | 49 | 2D | 0 | 30 | 44 | 2D | 12 | 33 | 24 |
| Octal | 214 | 111 | 55 | 0 | 60 | 104 | 55 | 22 | 63 | 44 |
| Binary | 10001100 | 1001001 | 101101 | 0 | 110000 | 1000100 | 101101 | 10010 | 110011 | 100100 |
Color Harmonies of #8C492D
Complementary color
Monochromatic Colors of #8C492D
Black with #8C492D
Text Example
Text Example
White with #8C492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C492D; }
p { color: rgb(140,73,45); }
H1.HeaderClassName
{
color: #8C492D;
}
.AnyTagClassName
{
color: #8C492D;
}
</style>
background-color css
<style>
a { background-color: #8C492D; }
a { background-color: rgb(140,73,45); }
div.DivClassName
{
background-color: #8C492D;
}
.BgClassName
{
background-color: #8C492D;
}
</style>
border-color css
<style>
span { border-color: #8C492D; }
span { border-color: rgb(140,73,45); }
td.TdClassName
{
border-color: #8C492D;
}
.TagClassName
{
border-color: #8C492D;
}
</style>