Shades of Saddle Brown #963703
Tints of Saddle Brown #963703
RGB
CMYK
RGB Variations
Color information
#963703 (or 0x963703) is known color: Saddle Brown. HEX triplet: 96, 37 and 03. RGB value is (150,55,3). Sum of RGB (Red+Green+Blue) = 150+55+3=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #963703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963703 is #69C8FC. Grayscale: #4D4D4D. Windows color (decimal): -6932733 or 210838. OLE color: 210838.
HSL color Cylindrical-coordinate representation of color #963703: hue angle of 21.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #963703 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.41 |
| HSL | 21.22º | 0.96% | 0.3% | - |
| HSV(B) | 21.22º | 0.98% | 0.59% | - |
| XYZ | 13.96 | 9.22 | 1.13 | - |
| YUV | 77.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 3 | 0 | 0.63 | 0.98 | 0.41 | 21.22 | 0.96 | 0.3 |
| Hex | 96 | 37 | 3 | 0 | 3F | 62 | 29 | 15 | 60 | 1E |
| Octal | 226 | 67 | 3 | 0 | 77 | 142 | 51 | 25 | 140 | 36 |
| Binary | 10010110 | 110111 | 11 | 0 | 111111 | 1100010 | 101001 | 10101 | 1100000 | 11110 |
Color Harmonies of #963703
Complementary color
Monochromatic Colors of #963703
Black with #963703
Text Example
Text Example
White with #963703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963703; }
p { color: rgb(150,55,3); }
H1.HeaderClassName
{
color: #963703;
}
.AnyTagClassName
{
color: #963703;
}
</style>
background-color css
<style>
a { background-color: #963703; }
a { background-color: rgb(150,55,3); }
div.DivClassName
{
background-color: #963703;
}
.BgClassName
{
background-color: #963703;
}
</style>
border-color css
<style>
span { border-color: #963703; }
span { border-color: rgb(150,55,3); }
td.TdClassName
{
border-color: #963703;
}
.TagClassName
{
border-color: #963703;
}
</style>