Shades of Saddle Brown #953909
Tints of Saddle Brown #953909
RGB
CMYK
RGB Variations
Color information
#953909 (or 0x953909) is known color: Saddle Brown. HEX triplet: 95, 39 and 09. RGB value is (149,57,9). Sum of RGB (Red+Green+Blue) = 149+57+9=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953909 is #6AC6F6. Grayscale: #4F4F4F. Windows color (decimal): -6997751 or 604565. OLE color: 604565.
HSL color Cylindrical-coordinate representation of color #953909: hue angle of 20.57º 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 #953909 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 9 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.42 |
| HSL | 20.57º | 0.89% | 0.31% | - |
| HSV(B) | 20.57º | 0.94% | 0.58% | - |
| XYZ | 13.91 | 9.34 | 1.33 | - |
| YUV | 79.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 9 | 0 | 0.62 | 0.94 | 0.42 | 20.57 | 0.89 | 0.31 |
| Hex | 95 | 39 | 9 | 0 | 3E | 5E | 2A | 15 | 59 | 1F |
| Octal | 225 | 71 | 11 | 0 | 76 | 136 | 52 | 25 | 131 | 37 |
| Binary | 10010101 | 111001 | 1001 | 0 | 111110 | 1011110 | 101010 | 10101 | 1011001 | 11111 |
Color Harmonies of #953909
Complementary color
Monochromatic Colors of #953909
Black with #953909
Text Example
Text Example
White with #953909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953909; }
p { color: rgb(149,57,9); }
H1.HeaderClassName
{
color: #953909;
}
.AnyTagClassName
{
color: #953909;
}
</style>
background-color css
<style>
a { background-color: #953909; }
a { background-color: rgb(149,57,9); }
div.DivClassName
{
background-color: #953909;
}
.BgClassName
{
background-color: #953909;
}
</style>
border-color css
<style>
span { border-color: #953909; }
span { border-color: rgb(149,57,9); }
td.TdClassName
{
border-color: #953909;
}
.TagClassName
{
border-color: #953909;
}
</style>