Shades of Saddle Brown #914D09
Tints of Saddle Brown #914D09
RGB
CMYK
RGB Variations
Color information
#914D09 (or 0x914D09) is known color: Saddle Brown. HEX triplet: 91, 4D and 09. RGB value is (145,77,9). Sum of RGB (Red+Green+Blue) = 145+77+9=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #914D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D09 is #6EB2F6. Grayscale: #595959. Windows color (decimal): -7254775 or 609681. OLE color: 609681.
HSL color Cylindrical-coordinate representation of color #914D09: hue angle of 30º 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 #914D09 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 9 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.43 |
| HSL | 30º | 0.88% | 0.3% | - |
| HSV(B) | 30º | 0.94% | 0.57% | - |
| XYZ | 14.38 | 11.35 | 1.69 | - |
| YUV | 89.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 9 | 0 | 0.47 | 0.94 | 0.43 | 30 | 0.88 | 0.3 |
| Hex | 91 | 4D | 9 | 0 | 2F | 5E | 2B | 1E | 58 | 1E |
| Octal | 221 | 115 | 11 | 0 | 57 | 136 | 53 | 36 | 130 | 36 |
| Binary | 10010001 | 1001101 | 1001 | 0 | 101111 | 1011110 | 101011 | 11110 | 1011000 | 11110 |
Color Harmonies of #914D09
Complementary color
Monochromatic Colors of #914D09
Black with #914D09
Text Example
Text Example
White with #914D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D09; }
p { color: rgb(145,77,9); }
H1.HeaderClassName
{
color: #914D09;
}
.AnyTagClassName
{
color: #914D09;
}
</style>
background-color css
<style>
a { background-color: #914D09; }
a { background-color: rgb(145,77,9); }
div.DivClassName
{
background-color: #914D09;
}
.BgClassName
{
background-color: #914D09;
}
</style>
border-color css
<style>
span { border-color: #914D09; }
span { border-color: rgb(145,77,9); }
td.TdClassName
{
border-color: #914D09;
}
.TagClassName
{
border-color: #914D09;
}
</style>