Shades of Alert Tan #974B2D
Tints of Alert Tan #974B2D
RGB
CMYK
RGB Variations
Color information
#974B2D (or 0x974B2D) is known color: Alert Tan. HEX triplet: 97, 4B and 2D. RGB value is (151,75,45). Sum of RGB (Red+Green+Blue) = 151+75+45=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #974B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B2D is #68B4D2. Grayscale: #5E5E5E. Windows color (decimal): -6862035 or 2968471. OLE color: 2968471.
HSL color Cylindrical-coordinate representation of color #974B2D: hue angle of 16.98º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #974B2D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 45 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.41 |
| HSL | 16.98º | 0.54% | 0.38% | - |
| HSV(B) | 16.98º | 0.7% | 0.59% | - |
| XYZ | 15.75 | 11.8 | 3.93 | - |
| YUV | 94.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 45 | 0 | 0.50 | 0.70 | 0.41 | 16.98 | 0.54 | 0.38 |
| Hex | 97 | 4B | 2D | 0 | 32 | 46 | 29 | 11 | 36 | 26 |
| Octal | 227 | 113 | 55 | 0 | 62 | 106 | 51 | 21 | 66 | 46 |
| Binary | 10010111 | 1001011 | 101101 | 0 | 110010 | 1000110 | 101001 | 10001 | 110110 | 100110 |
Color Harmonies of #974B2D
Complementary color
Monochromatic Colors of #974B2D
Black with #974B2D
Text Example
Text Example
White with #974B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B2D; }
p { color: rgb(151,75,45); }
H1.HeaderClassName
{
color: #974B2D;
}
.AnyTagClassName
{
color: #974B2D;
}
</style>
background-color css
<style>
a { background-color: #974B2D; }
a { background-color: rgb(151,75,45); }
div.DivClassName
{
background-color: #974B2D;
}
.BgClassName
{
background-color: #974B2D;
}
</style>
border-color css
<style>
span { border-color: #974B2D; }
span { border-color: rgb(151,75,45); }
td.TdClassName
{
border-color: #974B2D;
}
.TagClassName
{
border-color: #974B2D;
}
</style>