Shades of Saddle Brown #953209
Tints of Saddle Brown #953209
RGB
CMYK
RGB Variations
Color information
#953209 (or 0x953209) is known color: Saddle Brown. HEX triplet: 95, 32 and 09. RGB value is (149,50,9). Sum of RGB (Red+Green+Blue) = 149+50+9=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #953209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953209 is #6ACDF6. Grayscale: #4B4B4B. Windows color (decimal): -6999543 or 602773. OLE color: 602773.
HSL color Cylindrical-coordinate representation of color #953209: hue angle of 17.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 #953209 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 9 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.42 |
| HSL | 17.57º | 0.89% | 0.31% | - |
| HSV(B) | 17.57º | 0.94% | 0.58% | - |
| XYZ | 13.58 | 8.69 | 1.22 | - |
| YUV | 74.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 9 | 0 | 0.66 | 0.94 | 0.42 | 17.57 | 0.89 | 0.31 |
| Hex | 95 | 32 | 9 | 0 | 42 | 5E | 2A | 12 | 59 | 1F |
| Octal | 225 | 62 | 11 | 0 | 102 | 136 | 52 | 22 | 131 | 37 |
| Binary | 10010101 | 110010 | 1001 | 0 | 1000010 | 1011110 | 101010 | 10010 | 1011001 | 11111 |
Color Harmonies of #953209
Complementary color
Monochromatic Colors of #953209
Black with #953209
Text Example
Text Example
White with #953209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953209; }
p { color: rgb(149,50,9); }
H1.HeaderClassName
{
color: #953209;
}
.AnyTagClassName
{
color: #953209;
}
</style>
background-color css
<style>
a { background-color: #953209; }
a { background-color: rgb(149,50,9); }
div.DivClassName
{
background-color: #953209;
}
.BgClassName
{
background-color: #953209;
}
</style>
border-color css
<style>
span { border-color: #953209; }
span { border-color: rgb(149,50,9); }
td.TdClassName
{
border-color: #953209;
}
.TagClassName
{
border-color: #953209;
}
</style>