Shades of Saddle Brown #975011
Tints of Saddle Brown #975011
RGB
CMYK
RGB Variations
Color information
#975011 (or 0x975011) is known color: Saddle Brown. HEX triplet: 97, 50 and 11. RGB value is (151,80,17). Sum of RGB (Red+Green+Blue) = 151+80+17=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #975011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975011 is #68AFEE. Grayscale: #5E5E5E. Windows color (decimal): -6860783 or 1134743. OLE color: 1134743.
HSL color Cylindrical-coordinate representation of color #975011: hue angle of 28.21º 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 #975011 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 80 | 17 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.41 |
| HSL | 28.21º | 0.8% | 0.33% | - |
| HSV(B) | 28.21º | 0.89% | 0.59% | - |
| XYZ | 15.73 | 12.36 | 2.09 | - |
| YUV | 94.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 17 | 0 | 0.47 | 0.89 | 0.41 | 28.21 | 0.8 | 0.33 |
| Hex | 97 | 50 | 11 | 0 | 2F | 59 | 29 | 1C | 50 | 21 |
| Octal | 227 | 120 | 21 | 0 | 57 | 131 | 51 | 34 | 120 | 41 |
| Binary | 10010111 | 1010000 | 10001 | 0 | 101111 | 1011001 | 101001 | 11100 | 1010000 | 100001 |
Color Harmonies of #975011
Complementary color
Monochromatic Colors of #975011
Black with #975011
Text Example
Text Example
White with #975011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975011; }
p { color: rgb(151,80,17); }
H1.HeaderClassName
{
color: #975011;
}
.AnyTagClassName
{
color: #975011;
}
</style>
background-color css
<style>
a { background-color: #975011; }
a { background-color: rgb(151,80,17); }
div.DivClassName
{
background-color: #975011;
}
.BgClassName
{
background-color: #975011;
}
</style>
border-color css
<style>
span { border-color: #975011; }
span { border-color: rgb(151,80,17); }
td.TdClassName
{
border-color: #975011;
}
.TagClassName
{
border-color: #975011;
}
</style>