Shades of Saddle Brown #974811
Tints of Saddle Brown #974811
RGB
CMYK
RGB Variations
Color information
#974811 (or 0x974811) is known color: Saddle Brown. HEX triplet: 97, 48 and 11. RGB value is (151,72,17). Sum of RGB (Red+Green+Blue) = 151+72+17=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #974811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974811 is #68B7EE. Grayscale: #595959. Windows color (decimal): -6862831 or 1132695. OLE color: 1132695.
HSL color Cylindrical-coordinate representation of color #974811: hue angle of 24.63º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #974811 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 17 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.41 |
| HSL | 24.63º | 0.8% | 0.33% | - |
| HSV(B) | 24.63º | 0.89% | 0.59% | - |
| XYZ | 15.18 | 11.25 | 1.9 | - |
| YUV | 89.35 | 87.17 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 17 | 0 | 0.52 | 0.89 | 0.41 | 24.63 | 0.8 | 0.33 |
| Hex | 97 | 48 | 11 | 0 | 34 | 59 | 29 | 19 | 50 | 21 |
| Octal | 227 | 110 | 21 | 0 | 64 | 131 | 51 | 31 | 120 | 41 |
| Binary | 10010111 | 1001000 | 10001 | 0 | 110100 | 1011001 | 101001 | 11001 | 1010000 | 100001 |
Color Harmonies of #974811
Complementary color
Monochromatic Colors of #974811
Black with #974811
Text Example
Text Example
White with #974811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974811; }
p { color: rgb(151,72,17); }
H1.HeaderClassName
{
color: #974811;
}
.AnyTagClassName
{
color: #974811;
}
</style>
background-color css
<style>
a { background-color: #974811; }
a { background-color: rgb(151,72,17); }
div.DivClassName
{
background-color: #974811;
}
.BgClassName
{
background-color: #974811;
}
</style>
border-color css
<style>
span { border-color: #974811; }
span { border-color: rgb(151,72,17); }
td.TdClassName
{
border-color: #974811;
}
.TagClassName
{
border-color: #974811;
}
</style>