Shades of Saddle Brown #953609
Tints of Saddle Brown #953609
RGB
CMYK
RGB Variations
Color information
#953609 (or 0x953609) is known color: Saddle Brown. HEX triplet: 95, 36 and 09. RGB value is (149,54,9). Sum of RGB (Red+Green+Blue) = 149+54+9=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #953609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953609 is #6AC9F6. Grayscale: #4D4D4D. Windows color (decimal): -6998519 or 603797. OLE color: 603797.
HSL color Cylindrical-coordinate representation of color #953609: hue angle of 19.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 #953609 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 9 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.42 |
| HSL | 19.29º | 0.89% | 0.31% | - |
| HSV(B) | 19.29º | 0.94% | 0.58% | - |
| XYZ | 13.76 | 9.05 | 1.28 | - |
| YUV | 77.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 9 | 0 | 0.64 | 0.94 | 0.42 | 19.29 | 0.89 | 0.31 |
| Hex | 95 | 36 | 9 | 0 | 40 | 5E | 2A | 13 | 59 | 1F |
| Octal | 225 | 66 | 11 | 0 | 100 | 136 | 52 | 23 | 131 | 37 |
| Binary | 10010101 | 110110 | 1001 | 0 | 1000000 | 1011110 | 101010 | 10011 | 1011001 | 11111 |
Color Harmonies of #953609
Complementary color
Monochromatic Colors of #953609
Black with #953609
Text Example
Text Example
White with #953609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953609; }
p { color: rgb(149,54,9); }
H1.HeaderClassName
{
color: #953609;
}
.AnyTagClassName
{
color: #953609;
}
</style>
background-color css
<style>
a { background-color: #953609; }
a { background-color: rgb(149,54,9); }
div.DivClassName
{
background-color: #953609;
}
.BgClassName
{
background-color: #953609;
}
</style>
border-color css
<style>
span { border-color: #953609; }
span { border-color: rgb(149,54,9); }
td.TdClassName
{
border-color: #953609;
}
.TagClassName
{
border-color: #953609;
}
</style>