Shades of Saddle Brown #914509
Tints of Saddle Brown #914509
RGB
CMYK
RGB Variations
Color information
#914509 (or 0x914509) is known color: Saddle Brown. HEX triplet: 91, 45 and 09. RGB value is (145,69,9). Sum of RGB (Red+Green+Blue) = 145+69+9=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #914509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914509 is #6EBAF6. Grayscale: #555555. Windows color (decimal): -7256823 or 607633. OLE color: 607633.
HSL color Cylindrical-coordinate representation of color #914509: hue angle of 26.47º 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 #914509 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 9 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.43 |
| HSL | 26.47º | 0.88% | 0.3% | - |
| HSV(B) | 26.47º | 0.94% | 0.57% | - |
| XYZ | 13.85 | 10.3 | 1.52 | - |
| YUV | 84.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 9 | 0 | 0.52 | 0.94 | 0.43 | 26.47 | 0.88 | 0.3 |
| Hex | 91 | 45 | 9 | 0 | 34 | 5E | 2B | 1A | 58 | 1E |
| Octal | 221 | 105 | 11 | 0 | 64 | 136 | 53 | 32 | 130 | 36 |
| Binary | 10010001 | 1000101 | 1001 | 0 | 110100 | 1011110 | 101011 | 11010 | 1011000 | 11110 |
Color Harmonies of #914509
Complementary color
Monochromatic Colors of #914509
Black with #914509
Text Example
Text Example
White with #914509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914509; }
p { color: rgb(145,69,9); }
H1.HeaderClassName
{
color: #914509;
}
.AnyTagClassName
{
color: #914509;
}
</style>
background-color css
<style>
a { background-color: #914509; }
a { background-color: rgb(145,69,9); }
div.DivClassName
{
background-color: #914509;
}
.BgClassName
{
background-color: #914509;
}
</style>
border-color css
<style>
span { border-color: #914509; }
span { border-color: rgb(145,69,9); }
td.TdClassName
{
border-color: #914509;
}
.TagClassName
{
border-color: #914509;
}
</style>