Shades of Saddle Brown #954D09
Tints of Saddle Brown #954D09
RGB
CMYK
RGB Variations
Color information
#954D09 (or 0x954D09) is known color: Saddle Brown. HEX triplet: 95, 4D and 09. RGB value is (149,77,9). Sum of RGB (Red+Green+Blue) = 149+77+9=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #954D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D09 is #6AB2F6. Grayscale: #5B5B5B. Windows color (decimal): -6992631 or 609685. OLE color: 609685.
HSL color Cylindrical-coordinate representation of color #954D09: hue angle of 29.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #954D09 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 9 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.42 |
| HSL | 29.14º | 0.89% | 0.31% | - |
| HSV(B) | 29.14º | 0.94% | 0.58% | - |
| XYZ | 15.1 | 11.72 | 1.72 | - |
| YUV | 90.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 9 | 0 | 0.48 | 0.94 | 0.42 | 29.14 | 0.89 | 0.31 |
| Hex | 95 | 4D | 9 | 0 | 30 | 5E | 2A | 1D | 59 | 1F |
| Octal | 225 | 115 | 11 | 0 | 60 | 136 | 52 | 35 | 131 | 37 |
| Binary | 10010101 | 1001101 | 1001 | 0 | 110000 | 1011110 | 101010 | 11101 | 1011001 | 11111 |
Color Harmonies of #954D09
Complementary color
Monochromatic Colors of #954D09
Black with #954D09
Text Example
Text Example
White with #954D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D09; }
p { color: rgb(149,77,9); }
H1.HeaderClassName
{
color: #954D09;
}
.AnyTagClassName
{
color: #954D09;
}
</style>
background-color css
<style>
a { background-color: #954D09; }
a { background-color: rgb(149,77,9); }
div.DivClassName
{
background-color: #954D09;
}
.BgClassName
{
background-color: #954D09;
}
</style>
border-color css
<style>
span { border-color: #954D09; }
span { border-color: rgb(149,77,9); }
td.TdClassName
{
border-color: #954D09;
}
.TagClassName
{
border-color: #954D09;
}
</style>