Shades of Saddle Brown #963707
Tints of Saddle Brown #963707
RGB
CMYK
RGB Variations
Color information
#963707 (or 0x963707) is known color: Saddle Brown. HEX triplet: 96, 37 and 07. RGB value is (150,55,7). Sum of RGB (Red+Green+Blue) = 150+55+7=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #963707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963707 is #69C8F8. Grayscale: #4E4E4E. Windows color (decimal): -6932729 or 472982. OLE color: 472982.
HSL color Cylindrical-coordinate representation of color #963707: hue angle of 20.14º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #963707 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 7 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.41 |
| HSL | 20.14º | 0.91% | 0.31% | - |
| HSV(B) | 20.14º | 0.95% | 0.59% | - |
| XYZ | 13.98 | 9.23 | 1.25 | - |
| YUV | 77.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 7 | 0 | 0.63 | 0.95 | 0.41 | 20.14 | 0.91 | 0.31 |
| Hex | 96 | 37 | 7 | 0 | 3F | 5F | 29 | 14 | 5B | 1F |
| Octal | 226 | 67 | 7 | 0 | 77 | 137 | 51 | 24 | 133 | 37 |
| Binary | 10010110 | 110111 | 111 | 0 | 111111 | 1011111 | 101001 | 10100 | 1011011 | 11111 |
Color Harmonies of #963707
Complementary color
Monochromatic Colors of #963707
Black with #963707
Text Example
Text Example
White with #963707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963707; }
p { color: rgb(150,55,7); }
H1.HeaderClassName
{
color: #963707;
}
.AnyTagClassName
{
color: #963707;
}
</style>
background-color css
<style>
a { background-color: #963707; }
a { background-color: rgb(150,55,7); }
div.DivClassName
{
background-color: #963707;
}
.BgClassName
{
background-color: #963707;
}
</style>
border-color css
<style>
span { border-color: #963707; }
span { border-color: rgb(150,55,7); }
td.TdClassName
{
border-color: #963707;
}
.TagClassName
{
border-color: #963707;
}
</style>