Shades of Saddle Brown #973510
Tints of Saddle Brown #973510
RGB
CMYK
RGB Variations
Color information
#973510 (or 0x973510) is known color: Saddle Brown. HEX triplet: 97, 35 and 10. RGB value is (151,53,16). Sum of RGB (Red+Green+Blue) = 151+53+16=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #973510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973510 is #68CAEF. Grayscale: #4E4E4E. Windows color (decimal): -6867696 or 1062295. OLE color: 1062295.
HSL color Cylindrical-coordinate representation of color #973510: hue angle of 16.44º degrees, saturation: 0.81, 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 #973510 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 16 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.41 |
| HSL | 16.44º | 0.81% | 0.33% | - |
| HSV(B) | 16.44º | 0.89% | 0.59% | - |
| XYZ | 14.13 | 9.16 | 1.51 | - |
| YUV | 78.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 16 | 0 | 0.65 | 0.89 | 0.41 | 16.44 | 0.81 | 0.33 |
| Hex | 97 | 35 | 10 | 0 | 41 | 59 | 29 | 10 | 51 | 21 |
| Octal | 227 | 65 | 20 | 0 | 101 | 131 | 51 | 20 | 121 | 41 |
| Binary | 10010111 | 110101 | 10000 | 0 | 1000001 | 1011001 | 101001 | 10000 | 1010001 | 100001 |
Color Harmonies of #973510
Complementary color
Monochromatic Colors of #973510
Black with #973510
Text Example
Text Example
White with #973510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973510; }
p { color: rgb(151,53,16); }
H1.HeaderClassName
{
color: #973510;
}
.AnyTagClassName
{
color: #973510;
}
</style>
background-color css
<style>
a { background-color: #973510; }
a { background-color: rgb(151,53,16); }
div.DivClassName
{
background-color: #973510;
}
.BgClassName
{
background-color: #973510;
}
</style>
border-color css
<style>
span { border-color: #973510; }
span { border-color: rgb(151,53,16); }
td.TdClassName
{
border-color: #973510;
}
.TagClassName
{
border-color: #973510;
}
</style>