Shades of Saddle Brown #953D09
Tints of Saddle Brown #953D09
RGB
CMYK
RGB Variations
Color information
#953D09 (or 0x953D09) is known color: Saddle Brown. HEX triplet: 95, 3D and 09. RGB value is (149,61,9). Sum of RGB (Red+Green+Blue) = 149+61+9=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D09 is #6AC2F6. Grayscale: #515151. Windows color (decimal): -6996727 or 605589. OLE color: 605589.
HSL color Cylindrical-coordinate representation of color #953D09: hue angle of 22.29º 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 #953D09 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 9 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.42 |
| HSL | 22.29º | 0.89% | 0.31% | - |
| HSV(B) | 22.29º | 0.94% | 0.58% | - |
| XYZ | 14.11 | 9.75 | 1.4 | - |
| YUV | 81.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 9 | 0 | 0.59 | 0.94 | 0.42 | 22.29 | 0.89 | 0.31 |
| Hex | 95 | 3D | 9 | 0 | 3B | 5E | 2A | 16 | 59 | 1F |
| Octal | 225 | 75 | 11 | 0 | 73 | 136 | 52 | 26 | 131 | 37 |
| Binary | 10010101 | 111101 | 1001 | 0 | 111011 | 1011110 | 101010 | 10110 | 1011001 | 11111 |
Color Harmonies of #953D09
Complementary color
Monochromatic Colors of #953D09
Black with #953D09
Text Example
Text Example
White with #953D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D09; }
p { color: rgb(149,61,9); }
H1.HeaderClassName
{
color: #953D09;
}
.AnyTagClassName
{
color: #953D09;
}
</style>
background-color css
<style>
a { background-color: #953D09; }
a { background-color: rgb(149,61,9); }
div.DivClassName
{
background-color: #953D09;
}
.BgClassName
{
background-color: #953D09;
}
</style>
border-color css
<style>
span { border-color: #953D09; }
span { border-color: rgb(149,61,9); }
td.TdClassName
{
border-color: #953D09;
}
.TagClassName
{
border-color: #953D09;
}
</style>