Shades of Saddle Brown #915015
Tints of Saddle Brown #915015
RGB
CMYK
RGB Variations
Color information
#915015 (or 0x915015) is known color: Saddle Brown. HEX triplet: 91, 50 and 15. RGB value is (145,80,21). Sum of RGB (Red+Green+Blue) = 145+80+21=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #915015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915015 is #6EAFEA. Grayscale: #5D5D5D. Windows color (decimal): -7253995 or 1396881. OLE color: 1396881.
HSL color Cylindrical-coordinate representation of color #915015: hue angle of 28.55º 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 #915015 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 21 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.43 |
| HSL | 28.55º | 0.75% | 0.33% | - |
| HSV(B) | 28.55º | 0.86% | 0.57% | - |
| XYZ | 14.68 | 11.81 | 2.22 | - |
| YUV | 92.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 21 | 0 | 0.45 | 0.86 | 0.43 | 28.55 | 0.75 | 0.33 |
| Hex | 91 | 50 | 15 | 0 | 2D | 56 | 2B | 1D | 4B | 21 |
| Octal | 221 | 120 | 25 | 0 | 55 | 126 | 53 | 35 | 113 | 41 |
| Binary | 10010001 | 1010000 | 10101 | 0 | 101101 | 1010110 | 101011 | 11101 | 1001011 | 100001 |
Color Harmonies of #915015
Complementary color
Monochromatic Colors of #915015
Black with #915015
Text Example
Text Example
White with #915015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915015; }
p { color: rgb(145,80,21); }
H1.HeaderClassName
{
color: #915015;
}
.AnyTagClassName
{
color: #915015;
}
</style>
background-color css
<style>
a { background-color: #915015; }
a { background-color: rgb(145,80,21); }
div.DivClassName
{
background-color: #915015;
}
.BgClassName
{
background-color: #915015;
}
</style>
border-color css
<style>
span { border-color: #915015; }
span { border-color: rgb(145,80,21); }
td.TdClassName
{
border-color: #915015;
}
.TagClassName
{
border-color: #915015;
}
</style>