Shades of Saddle Brown #975115
Tints of Saddle Brown #975115
RGB
CMYK
RGB Variations
Color information
#975115 (or 0x975115) is known color: Saddle Brown. HEX triplet: 97, 51 and 15. RGB value is (151,81,21). Sum of RGB (Red+Green+Blue) = 151+81+21=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975115 is #68AEEA. Grayscale: #5F5F5F. Windows color (decimal): -6860523 or 1397143. OLE color: 1397143.
HSL color Cylindrical-coordinate representation of color #975115: hue angle of 27.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #975115 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 21 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.41 |
| HSL | 27.69º | 0.76% | 0.34% | - |
| HSV(B) | 27.69º | 0.86% | 0.59% | - |
| XYZ | 15.84 | 12.52 | 2.29 | - |
| YUV | 95.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 21 | 0 | 0.46 | 0.86 | 0.41 | 27.69 | 0.76 | 0.34 |
| Hex | 97 | 51 | 15 | 0 | 2E | 56 | 29 | 1C | 4C | 22 |
| Octal | 227 | 121 | 25 | 0 | 56 | 126 | 51 | 34 | 114 | 42 |
| Binary | 10010111 | 1010001 | 10101 | 0 | 101110 | 1010110 | 101001 | 11100 | 1001100 | 100010 |
Color Harmonies of #975115
Complementary color
Monochromatic Colors of #975115
Black with #975115
Text Example
Text Example
White with #975115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975115; }
p { color: rgb(151,81,21); }
H1.HeaderClassName
{
color: #975115;
}
.AnyTagClassName
{
color: #975115;
}
</style>
background-color css
<style>
a { background-color: #975115; }
a { background-color: rgb(151,81,21); }
div.DivClassName
{
background-color: #975115;
}
.BgClassName
{
background-color: #975115;
}
</style>
border-color css
<style>
span { border-color: #975115; }
span { border-color: rgb(151,81,21); }
td.TdClassName
{
border-color: #975115;
}
.TagClassName
{
border-color: #975115;
}
</style>