Shades of Alert Tan #974420
Tints of Alert Tan #974420
RGB
CMYK
RGB Variations
Color information
#974420 (or 0x974420) is known color: Alert Tan. HEX triplet: 97, 44 and 20. RGB value is (151,68,32). Sum of RGB (Red+Green+Blue) = 151+68+32=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #974420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974420 is #68BBDF. Grayscale: #585858. Windows color (decimal): -6863840 or 2114711. OLE color: 2114711.
HSL color Cylindrical-coordinate representation of color #974420: hue angle of 18.15º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #974420 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 32 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.41 |
| HSL | 18.15º | 0.65% | 0.36% | - |
| HSV(B) | 18.15º | 0.79% | 0.59% | - |
| XYZ | 15.09 | 10.82 | 2.66 | - |
| YUV | 88.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 32 | 0 | 0.55 | 0.79 | 0.41 | 18.15 | 0.65 | 0.36 |
| Hex | 97 | 44 | 20 | 0 | 37 | 4F | 29 | 12 | 41 | 24 |
| Octal | 227 | 104 | 40 | 0 | 67 | 117 | 51 | 22 | 101 | 44 |
| Binary | 10010111 | 1000100 | 100000 | 0 | 110111 | 1001111 | 101001 | 10010 | 1000001 | 100100 |
Color Harmonies of #974420
Complementary color
Monochromatic Colors of #974420
Black with #974420
Text Example
Text Example
White with #974420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974420; }
p { color: rgb(151,68,32); }
H1.HeaderClassName
{
color: #974420;
}
.AnyTagClassName
{
color: #974420;
}
</style>
background-color css
<style>
a { background-color: #974420; }
a { background-color: rgb(151,68,32); }
div.DivClassName
{
background-color: #974420;
}
.BgClassName
{
background-color: #974420;
}
</style>
border-color css
<style>
span { border-color: #974420; }
span { border-color: rgb(151,68,32); }
td.TdClassName
{
border-color: #974420;
}
.TagClassName
{
border-color: #974420;
}
</style>