Shades of Saddle Brown #915119
Tints of Saddle Brown #915119
RGB
CMYK
RGB Variations
Color information
#915119 (or 0x915119) is known color: Saddle Brown. HEX triplet: 91, 51 and 19. RGB value is (145,81,25). Sum of RGB (Red+Green+Blue) = 145+81+25=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #915119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915119 is #6EAEE6. Grayscale: #5E5E5E. Windows color (decimal): -7253735 or 1659281. OLE color: 1659281.
HSL color Cylindrical-coordinate representation of color #915119: hue angle of 28º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #915119 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 25 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.43 |
| HSL | 28º | 0.71% | 0.33% | - |
| HSV(B) | 28º | 0.83% | 0.57% | - |
| XYZ | 14.79 | 11.97 | 2.45 | - |
| YUV | 93.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 25 | 0 | 0.44 | 0.83 | 0.43 | 28 | 0.71 | 0.33 |
| Hex | 91 | 51 | 19 | 0 | 2C | 53 | 2B | 1C | 47 | 21 |
| Octal | 221 | 121 | 31 | 0 | 54 | 123 | 53 | 34 | 107 | 41 |
| Binary | 10010001 | 1010001 | 11001 | 0 | 101100 | 1010011 | 101011 | 11100 | 1000111 | 100001 |
Color Harmonies of #915119
Complementary color
Monochromatic Colors of #915119
Black with #915119
Text Example
Text Example
White with #915119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915119; }
p { color: rgb(145,81,25); }
H1.HeaderClassName
{
color: #915119;
}
.AnyTagClassName
{
color: #915119;
}
</style>
background-color css
<style>
a { background-color: #915119; }
a { background-color: rgb(145,81,25); }
div.DivClassName
{
background-color: #915119;
}
.BgClassName
{
background-color: #915119;
}
</style>
border-color css
<style>
span { border-color: #915119; }
span { border-color: rgb(145,81,25); }
td.TdClassName
{
border-color: #915119;
}
.TagClassName
{
border-color: #915119;
}
</style>