Shades of Saddle Brown #915016
Tints of Saddle Brown #915016
RGB
CMYK
RGB Variations
Color information
#915016 (or 0x915016) is known color: Saddle Brown. HEX triplet: 91, 50 and 16. RGB value is (145,80,22). Sum of RGB (Red+Green+Blue) = 145+80+22=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #915016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915016 is #6EAFE9. Grayscale: #5D5D5D. Windows color (decimal): -7253994 or 1462417. OLE color: 1462417.
HSL color Cylindrical-coordinate representation of color #915016: hue angle of 28.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #915016 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 22 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.43 |
| HSL | 28.29º | 0.74% | 0.33% | - |
| HSV(B) | 28.29º | 0.85% | 0.57% | - |
| XYZ | 14.69 | 11.81 | 2.27 | - |
| YUV | 92.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 22 | 0 | 0.45 | 0.85 | 0.43 | 28.29 | 0.74 | 0.33 |
| Hex | 91 | 50 | 16 | 0 | 2D | 55 | 2B | 1C | 4A | 21 |
| Octal | 221 | 120 | 26 | 0 | 55 | 125 | 53 | 34 | 112 | 41 |
| Binary | 10010001 | 1010000 | 10110 | 0 | 101101 | 1010101 | 101011 | 11100 | 1001010 | 100001 |
Color Harmonies of #915016
Complementary color
Monochromatic Colors of #915016
Black with #915016
Text Example
Text Example
White with #915016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915016; }
p { color: rgb(145,80,22); }
H1.HeaderClassName
{
color: #915016;
}
.AnyTagClassName
{
color: #915016;
}
</style>
background-color css
<style>
a { background-color: #915016; }
a { background-color: rgb(145,80,22); }
div.DivClassName
{
background-color: #915016;
}
.BgClassName
{
background-color: #915016;
}
</style>
border-color css
<style>
span { border-color: #915016; }
span { border-color: rgb(145,80,22); }
td.TdClassName
{
border-color: #915016;
}
.TagClassName
{
border-color: #915016;
}
</style>