Shades of Saddle Brown #964209
Tints of Saddle Brown #964209
RGB
CMYK
RGB Variations
Color information
#964209 (or 0x964209) is known color: Saddle Brown. HEX triplet: 96, 42 and 09. RGB value is (150,66,9). Sum of RGB (Red+Green+Blue) = 150+66+9=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #964209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964209 is #69BDF6. Grayscale: #545454. Windows color (decimal): -6929911 or 606870. OLE color: 606870.
HSL color Cylindrical-coordinate representation of color #964209: hue angle of 24.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #964209 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 9 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.41 |
| HSL | 24.26º | 0.89% | 0.31% | - |
| HSV(B) | 24.26º | 0.94% | 0.59% | - |
| XYZ | 14.58 | 10.4 | 1.5 | - |
| YUV | 84.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 9 | 0 | 0.56 | 0.94 | 0.41 | 24.26 | 0.89 | 0.31 |
| Hex | 96 | 42 | 9 | 0 | 38 | 5E | 29 | 18 | 59 | 1F |
| Octal | 226 | 102 | 11 | 0 | 70 | 136 | 51 | 30 | 131 | 37 |
| Binary | 10010110 | 1000010 | 1001 | 0 | 111000 | 1011110 | 101001 | 11000 | 1011001 | 11111 |
Color Harmonies of #964209
Complementary color
Monochromatic Colors of #964209
Black with #964209
Text Example
Text Example
White with #964209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964209; }
p { color: rgb(150,66,9); }
H1.HeaderClassName
{
color: #964209;
}
.AnyTagClassName
{
color: #964209;
}
</style>
background-color css
<style>
a { background-color: #964209; }
a { background-color: rgb(150,66,9); }
div.DivClassName
{
background-color: #964209;
}
.BgClassName
{
background-color: #964209;
}
</style>
border-color css
<style>
span { border-color: #964209; }
span { border-color: rgb(150,66,9); }
td.TdClassName
{
border-color: #964209;
}
.TagClassName
{
border-color: #964209;
}
</style>