Shades of Saddle Brown #913510
Tints of Saddle Brown #913510
RGB
CMYK
RGB Variations
Color information
#913510 (or 0x913510) is known color: Saddle Brown. HEX triplet: 91, 35 and 10. RGB value is (145,53,16). Sum of RGB (Red+Green+Blue) = 145+53+16=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #913510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913510 is #6ECAEF. Grayscale: #4C4C4C. Windows color (decimal): -7260912 or 1062289. OLE color: 1062289.
HSL color Cylindrical-coordinate representation of color #913510: hue angle of 17.21º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #913510 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 16 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.43 |
| HSL | 17.21º | 0.8% | 0.32% | - |
| HSV(B) | 17.21º | 0.89% | 0.57% | - |
| XYZ | 13.04 | 8.6 | 1.46 | - |
| YUV | 76.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 16 | 0 | 0.63 | 0.89 | 0.43 | 17.21 | 0.8 | 0.32 |
| Hex | 91 | 35 | 10 | 0 | 3F | 59 | 2B | 11 | 50 | 20 |
| Octal | 221 | 65 | 20 | 0 | 77 | 131 | 53 | 21 | 120 | 40 |
| Binary | 10010001 | 110101 | 10000 | 0 | 111111 | 1011001 | 101011 | 10001 | 1010000 | 100000 |
Color Harmonies of #913510
Complementary color
Monochromatic Colors of #913510
Black with #913510
Text Example
Text Example
White with #913510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913510; }
p { color: rgb(145,53,16); }
H1.HeaderClassName
{
color: #913510;
}
.AnyTagClassName
{
color: #913510;
}
</style>
background-color css
<style>
a { background-color: #913510; }
a { background-color: rgb(145,53,16); }
div.DivClassName
{
background-color: #913510;
}
.BgClassName
{
background-color: #913510;
}
</style>
border-color css
<style>
span { border-color: #913510; }
span { border-color: rgb(145,53,16); }
td.TdClassName
{
border-color: #913510;
}
.TagClassName
{
border-color: #913510;
}
</style>