Shades of Alert Tan #974A30
Tints of Alert Tan #974A30
RGB
CMYK
RGB Variations
Color information
#974A30 (or 0x974A30) is known color: Alert Tan. HEX triplet: 97, 4A and 30. RGB value is (151,74,48). Sum of RGB (Red+Green+Blue) = 151+74+48=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #974A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A30 is #68B5CF. Grayscale: #5E5E5E. Windows color (decimal): -6862288 or 3164823. OLE color: 3164823.
HSL color Cylindrical-coordinate representation of color #974A30: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974A30 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 48 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.41 |
| HSL | 15.15º | 0.52% | 0.39% | - |
| HSV(B) | 15.15º | 0.68% | 0.59% | - |
| XYZ | 15.74 | 11.69 | 4.22 | - |
| YUV | 94.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 48 | 0 | 0.51 | 0.68 | 0.41 | 15.15 | 0.52 | 0.39 |
| Hex | 97 | 4A | 30 | 0 | 33 | 44 | 29 | F | 34 | 27 |
| Octal | 227 | 112 | 60 | 0 | 63 | 104 | 51 | 17 | 64 | 47 |
| Binary | 10010111 | 1001010 | 110000 | 0 | 110011 | 1000100 | 101001 | 1111 | 110100 | 100111 |
Color Harmonies of #974A30
Complementary color
Monochromatic Colors of #974A30
Black with #974A30
Text Example
Text Example
White with #974A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A30; }
p { color: rgb(151,74,48); }
H1.HeaderClassName
{
color: #974A30;
}
.AnyTagClassName
{
color: #974A30;
}
</style>
background-color css
<style>
a { background-color: #974A30; }
a { background-color: rgb(151,74,48); }
div.DivClassName
{
background-color: #974A30;
}
.BgClassName
{
background-color: #974A30;
}
</style>
border-color css
<style>
span { border-color: #974A30; }
span { border-color: rgb(151,74,48); }
td.TdClassName
{
border-color: #974A30;
}
.TagClassName
{
border-color: #974A30;
}
</style>