Shades of Saddle Brown #915009
Tints of Saddle Brown #915009
RGB
CMYK
RGB Variations
Color information
#915009 (or 0x915009) is known color: Saddle Brown. HEX triplet: 91, 50 and 09. RGB value is (145,80,9). Sum of RGB (Red+Green+Blue) = 145+80+9=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #915009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915009 is #6EAFF6. Grayscale: #5B5B5B. Windows color (decimal): -7254007 or 610449. OLE color: 610449.
HSL color Cylindrical-coordinate representation of color #915009: hue angle of 31.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #915009 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 9 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.43 |
| HSL | 31.32º | 0.88% | 0.3% | - |
| HSV(B) | 31.32º | 0.94% | 0.57% | - |
| XYZ | 14.6 | 11.78 | 1.76 | - |
| YUV | 91.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 9 | 0 | 0.45 | 0.94 | 0.43 | 31.32 | 0.88 | 0.3 |
| Hex | 91 | 50 | 9 | 0 | 2D | 5E | 2B | 1F | 58 | 1E |
| Octal | 221 | 120 | 11 | 0 | 55 | 136 | 53 | 37 | 130 | 36 |
| Binary | 10010001 | 1010000 | 1001 | 0 | 101101 | 1011110 | 101011 | 11111 | 1011000 | 11110 |
Color Harmonies of #915009
Complementary color
Monochromatic Colors of #915009
Black with #915009
Text Example
Text Example
White with #915009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915009; }
p { color: rgb(145,80,9); }
H1.HeaderClassName
{
color: #915009;
}
.AnyTagClassName
{
color: #915009;
}
</style>
background-color css
<style>
a { background-color: #915009; }
a { background-color: rgb(145,80,9); }
div.DivClassName
{
background-color: #915009;
}
.BgClassName
{
background-color: #915009;
}
</style>
border-color css
<style>
span { border-color: #915009; }
span { border-color: rgb(145,80,9); }
td.TdClassName
{
border-color: #915009;
}
.TagClassName
{
border-color: #915009;
}
</style>