Shades of Saddle Brown #975000
Tints of Saddle Brown #975000
RGB
CMYK
RGB Variations
Color information
#975000 (or 0x975000) is known color: Saddle Brown. HEX triplet: 97, 50 and 00. RGB value is (151,80,0). Sum of RGB (Red+Green+Blue) = 151+80+0=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #975000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975000 is #68AFFF. Grayscale: #5C5C5C. Windows color (decimal): -6860800 or 20631. OLE color: 20631.
HSL color Cylindrical-coordinate representation of color #975000: hue angle of 31.79º 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 #975000 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 80 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.41 |
| HSL | 31.79º | 1% | 0.3% | - |
| HSV(B) | 31.79º | 1% | 0.59% | - |
| XYZ | 15.63 | 12.32 | 1.55 | - |
| YUV | 92.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 0 | 0 | 0.47 | 1 | 0.41 | 31.79 | 1 | 0.3 |
| Hex | 97 | 50 | 0 | 0 | 2F | 64 | 29 | 20 | 64 | 1E |
| Octal | 227 | 120 | 0 | 0 | 57 | 144 | 51 | 40 | 144 | 36 |
| Binary | 10010111 | 1010000 | 0 | 0 | 101111 | 1100100 | 101001 | 100000 | 1100100 | 11110 |
Color Harmonies of #975000
Complementary color
Monochromatic Colors of #975000
Black with #975000
Text Example
Text Example
White with #975000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975000; }
p { color: rgb(151,80,0); }
H1.HeaderClassName
{
color: #975000;
}
.AnyTagClassName
{
color: #975000;
}
</style>
background-color css
<style>
a { background-color: #975000; }
a { background-color: rgb(151,80,0); }
div.DivClassName
{
background-color: #975000;
}
.BgClassName
{
background-color: #975000;
}
</style>
border-color css
<style>
span { border-color: #975000; }
span { border-color: rgb(151,80,0); }
td.TdClassName
{
border-color: #975000;
}
.TagClassName
{
border-color: #975000;
}
</style>