Shades of Saddle Brown #963F09
Tints of Saddle Brown #963F09
RGB
CMYK
RGB Variations
Color information
#963F09 (or 0x963F09) is known color: Saddle Brown. HEX triplet: 96, 3F and 09. RGB value is (150,63,9). Sum of RGB (Red+Green+Blue) = 150+63+9=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #963F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963F09 is #69C0F6. Grayscale: #535353. Windows color (decimal): -6930679 or 606102. OLE color: 606102.
HSL color Cylindrical-coordinate representation of color #963F09: hue angle of 22.98º 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 #963F09 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 9 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.41 |
| HSL | 22.98º | 0.89% | 0.31% | - |
| HSV(B) | 22.98º | 0.94% | 0.59% | - |
| XYZ | 14.4 | 10.06 | 1.44 | - |
| YUV | 82.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 9 | 0 | 0.58 | 0.94 | 0.41 | 22.98 | 0.89 | 0.31 |
| Hex | 96 | 3F | 9 | 0 | 3A | 5E | 29 | 17 | 59 | 1F |
| Octal | 226 | 77 | 11 | 0 | 72 | 136 | 51 | 27 | 131 | 37 |
| Binary | 10010110 | 111111 | 1001 | 0 | 111010 | 1011110 | 101001 | 10111 | 1011001 | 11111 |
Color Harmonies of #963F09
Complementary color
Monochromatic Colors of #963F09
Black with #963F09
Text Example
Text Example
White with #963F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F09; }
p { color: rgb(150,63,9); }
H1.HeaderClassName
{
color: #963F09;
}
.AnyTagClassName
{
color: #963F09;
}
</style>
background-color css
<style>
a { background-color: #963F09; }
a { background-color: rgb(150,63,9); }
div.DivClassName
{
background-color: #963F09;
}
.BgClassName
{
background-color: #963F09;
}
</style>
border-color css
<style>
span { border-color: #963F09; }
span { border-color: rgb(150,63,9); }
td.TdClassName
{
border-color: #963F09;
}
.TagClassName
{
border-color: #963F09;
}
</style>