Shades of Alert Tan #974B26
Tints of Alert Tan #974B26
RGB
CMYK
RGB Variations
Color information
#974B26 (or 0x974B26) is known color: Alert Tan. HEX triplet: 97, 4B and 26. RGB value is (151,75,38). Sum of RGB (Red+Green+Blue) = 151+75+38=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #974B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B26 is #68B4D9. Grayscale: #5D5D5D. Windows color (decimal): -6862042 or 2509719. OLE color: 2509719.
HSL color Cylindrical-coordinate representation of color #974B26: hue angle of 19.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #974B26 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 38 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.41 |
| HSL | 19.65º | 0.6% | 0.37% | - |
| HSV(B) | 19.65º | 0.75% | 0.59% | - |
| XYZ | 15.63 | 11.75 | 3.28 | - |
| YUV | 93.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 38 | 0 | 0.50 | 0.75 | 0.41 | 19.65 | 0.6 | 0.37 |
| Hex | 97 | 4B | 26 | 0 | 32 | 4B | 29 | 14 | 3C | 25 |
| Octal | 227 | 113 | 46 | 0 | 62 | 113 | 51 | 24 | 74 | 45 |
| Binary | 10010111 | 1001011 | 100110 | 0 | 110010 | 1001011 | 101001 | 10100 | 111100 | 100101 |
Color Harmonies of #974B26
Complementary color
Monochromatic Colors of #974B26
Black with #974B26
Text Example
Text Example
White with #974B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B26; }
p { color: rgb(151,75,38); }
H1.HeaderClassName
{
color: #974B26;
}
.AnyTagClassName
{
color: #974B26;
}
</style>
background-color css
<style>
a { background-color: #974B26; }
a { background-color: rgb(151,75,38); }
div.DivClassName
{
background-color: #974B26;
}
.BgClassName
{
background-color: #974B26;
}
</style>
border-color css
<style>
span { border-color: #974B26; }
span { border-color: rgb(151,75,38); }
td.TdClassName
{
border-color: #974B26;
}
.TagClassName
{
border-color: #974B26;
}
</style>