Shades of Saddle Brown #915111
Tints of Saddle Brown #915111
RGB
CMYK
RGB Variations
Color information
#915111 (or 0x915111) is known color: Saddle Brown. HEX triplet: 91, 51 and 11. RGB value is (145,81,17). Sum of RGB (Red+Green+Blue) = 145+81+17=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #915111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915111 is #6EAEEE. Grayscale: #5D5D5D. Windows color (decimal): -7253743 or 1134993. OLE color: 1134993.
HSL color Cylindrical-coordinate representation of color #915111: hue angle of 30º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #915111 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 17 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.43 |
| HSL | 30º | 0.79% | 0.32% | - |
| HSV(B) | 30º | 0.88% | 0.57% | - |
| XYZ | 14.72 | 11.95 | 2.06 | - |
| YUV | 92.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 17 | 0 | 0.44 | 0.88 | 0.43 | 30 | 0.79 | 0.32 |
| Hex | 91 | 51 | 11 | 0 | 2C | 58 | 2B | 1E | 4F | 20 |
| Octal | 221 | 121 | 21 | 0 | 54 | 130 | 53 | 36 | 117 | 40 |
| Binary | 10010001 | 1010001 | 10001 | 0 | 101100 | 1011000 | 101011 | 11110 | 1001111 | 100000 |
Color Harmonies of #915111
Complementary color
Monochromatic Colors of #915111
Black with #915111
Text Example
Text Example
White with #915111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915111; }
p { color: rgb(145,81,17); }
H1.HeaderClassName
{
color: #915111;
}
.AnyTagClassName
{
color: #915111;
}
</style>
background-color css
<style>
a { background-color: #915111; }
a { background-color: rgb(145,81,17); }
div.DivClassName
{
background-color: #915111;
}
.BgClassName
{
background-color: #915111;
}
</style>
border-color css
<style>
span { border-color: #915111; }
span { border-color: rgb(145,81,17); }
td.TdClassName
{
border-color: #915111;
}
.TagClassName
{
border-color: #915111;
}
</style>