Shades of Saddle Brown #915515
Tints of Saddle Brown #915515
RGB
CMYK
RGB Variations
Color information
#915515 (or 0x915515) is known color: Saddle Brown. HEX triplet: 91, 55 and 15. RGB value is (145,85,21). Sum of RGB (Red+Green+Blue) = 145+85+21=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #915515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915515 is #6EAAEA. Grayscale: #5F5F5F. Windows color (decimal): -7252715 or 1398161. OLE color: 1398161.
HSL color Cylindrical-coordinate representation of color #915515: hue angle of 30.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915515 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 21 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.43 |
| HSL | 30.97º | 0.75% | 0.33% | - |
| HSV(B) | 30.97º | 0.86% | 0.57% | - |
| XYZ | 15.06 | 12.57 | 2.34 | - |
| YUV | 95.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 21 | 0 | 0.41 | 0.86 | 0.43 | 30.97 | 0.75 | 0.33 |
| Hex | 91 | 55 | 15 | 0 | 29 | 56 | 2B | 1F | 4B | 21 |
| Octal | 221 | 125 | 25 | 0 | 51 | 126 | 53 | 37 | 113 | 41 |
| Binary | 10010001 | 1010101 | 10101 | 0 | 101001 | 1010110 | 101011 | 11111 | 1001011 | 100001 |
Color Harmonies of #915515
Complementary color
Monochromatic Colors of #915515
Black with #915515
Text Example
Text Example
White with #915515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915515; }
p { color: rgb(145,85,21); }
H1.HeaderClassName
{
color: #915515;
}
.AnyTagClassName
{
color: #915515;
}
</style>
background-color css
<style>
a { background-color: #915515; }
a { background-color: rgb(145,85,21); }
div.DivClassName
{
background-color: #915515;
}
.BgClassName
{
background-color: #915515;
}
</style>
border-color css
<style>
span { border-color: #915515; }
span { border-color: rgb(145,85,21); }
td.TdClassName
{
border-color: #915515;
}
.TagClassName
{
border-color: #915515;
}
</style>