Shades of Alert Tan #974920
Tints of Alert Tan #974920
RGB
CMYK
RGB Variations
Color information
#974920 (or 0x974920) is known color: Alert Tan. HEX triplet: 97, 49 and 20. RGB value is (151,73,32). Sum of RGB (Red+Green+Blue) = 151+73+32=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #974920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974920 is #68B6DF. Grayscale: #5B5B5B. Windows color (decimal): -6862560 or 2115991. OLE color: 2115991.
HSL color Cylindrical-coordinate representation of color #974920: hue angle of 20.67º 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 #974920 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 73 | 32 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.41 |
| HSL | 20.67º | 0.65% | 0.36% | - |
| HSV(B) | 20.67º | 0.79% | 0.59% | - |
| XYZ | 15.41 | 11.45 | 2.76 | - |
| YUV | 91.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 32 | 0 | 0.52 | 0.79 | 0.41 | 20.67 | 0.65 | 0.36 |
| Hex | 97 | 49 | 20 | 0 | 34 | 4F | 29 | 15 | 41 | 24 |
| Octal | 227 | 111 | 40 | 0 | 64 | 117 | 51 | 25 | 101 | 44 |
| Binary | 10010111 | 1001001 | 100000 | 0 | 110100 | 1001111 | 101001 | 10101 | 1000001 | 100100 |
Color Harmonies of #974920
Complementary color
Monochromatic Colors of #974920
Black with #974920
Text Example
Text Example
White with #974920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974920; }
p { color: rgb(151,73,32); }
H1.HeaderClassName
{
color: #974920;
}
.AnyTagClassName
{
color: #974920;
}
</style>
background-color css
<style>
a { background-color: #974920; }
a { background-color: rgb(151,73,32); }
div.DivClassName
{
background-color: #974920;
}
.BgClassName
{
background-color: #974920;
}
</style>
border-color css
<style>
span { border-color: #974920; }
span { border-color: rgb(151,73,32); }
td.TdClassName
{
border-color: #974920;
}
.TagClassName
{
border-color: #974920;
}
</style>