Shades of Saddle Brown #974600
Tints of Saddle Brown #974600
RGB
CMYK
RGB Variations
Color information
#974600 (or 0x974600) is known color: Saddle Brown. HEX triplet: 97, 46 and 00. RGB value is (151,70,0). Sum of RGB (Red+Green+Blue) = 151+70+0=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #974600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974600 is #68B9FF. Grayscale: #565656. Windows color (decimal): -6863360 or 18071. OLE color: 18071.
HSL color Cylindrical-coordinate representation of color #974600: hue angle of 27.81º 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 #974600 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.41 |
| HSL | 27.81º | 1% | 0.3% | - |
| HSV(B) | 27.81º | 1% | 0.59% | - |
| XYZ | 14.95 | 10.96 | 1.33 | - |
| YUV | 86.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 0 | 0 | 0.54 | 1 | 0.41 | 27.81 | 1 | 0.3 |
| Hex | 97 | 46 | 0 | 0 | 36 | 64 | 29 | 1C | 64 | 1E |
| Octal | 227 | 106 | 0 | 0 | 66 | 144 | 51 | 34 | 144 | 36 |
| Binary | 10010111 | 1000110 | 0 | 0 | 110110 | 1100100 | 101001 | 11100 | 1100100 | 11110 |
Color Harmonies of #974600
Complementary color
Monochromatic Colors of #974600
Black with #974600
Text Example
Text Example
White with #974600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974600; }
p { color: rgb(151,70,0); }
H1.HeaderClassName
{
color: #974600;
}
.AnyTagClassName
{
color: #974600;
}
</style>
background-color css
<style>
a { background-color: #974600; }
a { background-color: rgb(151,70,0); }
div.DivClassName
{
background-color: #974600;
}
.BgClassName
{
background-color: #974600;
}
</style>
border-color css
<style>
span { border-color: #974600; }
span { border-color: rgb(151,70,0); }
td.TdClassName
{
border-color: #974600;
}
.TagClassName
{
border-color: #974600;
}
</style>