Shades of Saddle Brown #975109
Tints of Saddle Brown #975109
RGB
CMYK
RGB Variations
Color information
#975109 (or 0x975109) is known color: Saddle Brown. HEX triplet: 97, 51 and 09. RGB value is (151,81,9). Sum of RGB (Red+Green+Blue) = 151+81+9=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #975109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975109 is #68AEF6. Grayscale: #5E5E5E. Windows color (decimal): -6860535 or 610711. OLE color: 610711.
HSL color Cylindrical-coordinate representation of color #975109: hue angle of 30.42º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #975109 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 9 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.41 |
| HSL | 30.42º | 0.89% | 0.31% | - |
| HSV(B) | 30.42º | 0.94% | 0.59% | - |
| XYZ | 15.75 | 12.48 | 1.84 | - |
| YUV | 93.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 9 | 0 | 0.46 | 0.94 | 0.41 | 30.42 | 0.89 | 0.31 |
| Hex | 97 | 51 | 9 | 0 | 2E | 5E | 29 | 1E | 59 | 1F |
| Octal | 227 | 121 | 11 | 0 | 56 | 136 | 51 | 36 | 131 | 37 |
| Binary | 10010111 | 1010001 | 1001 | 0 | 101110 | 1011110 | 101001 | 11110 | 1011001 | 11111 |
Color Harmonies of #975109
Complementary color
Monochromatic Colors of #975109
Black with #975109
Text Example
Text Example
White with #975109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975109; }
p { color: rgb(151,81,9); }
H1.HeaderClassName
{
color: #975109;
}
.AnyTagClassName
{
color: #975109;
}
</style>
background-color css
<style>
a { background-color: #975109; }
a { background-color: rgb(151,81,9); }
div.DivClassName
{
background-color: #975109;
}
.BgClassName
{
background-color: #975109;
}
</style>
border-color css
<style>
span { border-color: #975109; }
span { border-color: rgb(151,81,9); }
td.TdClassName
{
border-color: #975109;
}
.TagClassName
{
border-color: #975109;
}
</style>