Shades of Saddle Brown #974B00
Tints of Saddle Brown #974B00
RGB
CMYK
RGB Variations
Color information
#974B00 (or 0x974B00) is known color: Saddle Brown. HEX triplet: 97, 4B and 00. RGB value is (151,75,0). Sum of RGB (Red+Green+Blue) = 151+75+0=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #974B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974B00 is #68B4FF. Grayscale: #595959. Windows color (decimal): -6862080 or 19351. OLE color: 19351.
HSL color Cylindrical-coordinate representation of color #974B00: hue angle of 29.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #974B00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.41 |
| HSL | 29.8º | 1% | 0.3% | - |
| HSV(B) | 29.8º | 1% | 0.59% | - |
| XYZ | 15.28 | 11.61 | 1.44 | - |
| YUV | 89.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 0 | 0 | 0.50 | 1 | 0.41 | 29.8 | 1 | 0.3 |
| Hex | 97 | 4B | 0 | 0 | 32 | 64 | 29 | 1E | 64 | 1E |
| Octal | 227 | 113 | 0 | 0 | 62 | 144 | 51 | 36 | 144 | 36 |
| Binary | 10010111 | 1001011 | 0 | 0 | 110010 | 1100100 | 101001 | 11110 | 1100100 | 11110 |
Color Harmonies of #974B00
Complementary color
Monochromatic Colors of #974B00
Black with #974B00
Text Example
Text Example
White with #974B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B00; }
p { color: rgb(151,75,0); }
H1.HeaderClassName
{
color: #974B00;
}
.AnyTagClassName
{
color: #974B00;
}
</style>
background-color css
<style>
a { background-color: #974B00; }
a { background-color: rgb(151,75,0); }
div.DivClassName
{
background-color: #974B00;
}
.BgClassName
{
background-color: #974B00;
}
</style>
border-color css
<style>
span { border-color: #974B00; }
span { border-color: rgb(151,75,0); }
td.TdClassName
{
border-color: #974B00;
}
.TagClassName
{
border-color: #974B00;
}
</style>