Shades of Saddle Brown #963700
Tints of Saddle Brown #963700
RGB
CMYK
RGB Variations
Color information
#963700 (or 0x963700) is known color: Saddle Brown. HEX triplet: 96, 37 and 00. RGB value is (150,55,0). Sum of RGB (Red+Green+Blue) = 150+55+0=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #963700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963700 is #69C8FF. Grayscale: #4D4D4D. Windows color (decimal): -6932736 or 14230. OLE color: 14230.
HSL color Cylindrical-coordinate representation of color #963700: hue angle of 22º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #963700 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.41 |
| HSL | 22º | 1% | 0.29% | - |
| HSV(B) | 22º | 1% | 0.59% | - |
| XYZ | 13.94 | 9.22 | 1.04 | - |
| YUV | 77.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 0 | 0 | 0.63 | 1 | 0.41 | 22 | 1 | 0.29 |
| Hex | 96 | 37 | 0 | 0 | 3F | 64 | 29 | 16 | 64 | 1D |
| Octal | 226 | 67 | 0 | 0 | 77 | 144 | 51 | 26 | 144 | 35 |
| Binary | 10010110 | 110111 | 0 | 0 | 111111 | 1100100 | 101001 | 10110 | 1100100 | 11101 |
Color Harmonies of #963700
Complementary color
Monochromatic Colors of #963700
Black with #963700
Text Example
Text Example
White with #963700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963700; }
p { color: rgb(150,55,0); }
H1.HeaderClassName
{
color: #963700;
}
.AnyTagClassName
{
color: #963700;
}
</style>
background-color css
<style>
a { background-color: #963700; }
a { background-color: rgb(150,55,0); }
div.DivClassName
{
background-color: #963700;
}
.BgClassName
{
background-color: #963700;
}
</style>
border-color css
<style>
span { border-color: #963700; }
span { border-color: rgb(150,55,0); }
td.TdClassName
{
border-color: #963700;
}
.TagClassName
{
border-color: #963700;
}
</style>