Shades of Saddle Brown #963D16
Tints of Saddle Brown #963D16
RGB
CMYK
RGB Variations
Color information
#963D16 (or 0x963D16) is known color: Saddle Brown. HEX triplet: 96, 3D and 16. RGB value is (150,61,22). Sum of RGB (Red+Green+Blue) = 150+61+22=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D16 is #69C2E9. Grayscale: #535353. Windows color (decimal): -6931178 or 1457558. OLE color: 1457558.
HSL color Cylindrical-coordinate representation of color #963D16: hue angle of 18.28º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #963D16 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 22 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.41 |
| HSL | 18.28º | 0.74% | 0.34% | - |
| HSV(B) | 18.28º | 0.85% | 0.59% | - |
| XYZ | 14.39 | 9.88 | 1.91 | - |
| YUV | 83.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 22 | 0 | 0.59 | 0.85 | 0.41 | 18.28 | 0.74 | 0.34 |
| Hex | 96 | 3D | 16 | 0 | 3B | 55 | 29 | 12 | 4A | 22 |
| Octal | 226 | 75 | 26 | 0 | 73 | 125 | 51 | 22 | 112 | 42 |
| Binary | 10010110 | 111101 | 10110 | 0 | 111011 | 1010101 | 101001 | 10010 | 1001010 | 100010 |
Color Harmonies of #963D16
Complementary color
Monochromatic Colors of #963D16
Black with #963D16
Text Example
Text Example
White with #963D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D16; }
p { color: rgb(150,61,22); }
H1.HeaderClassName
{
color: #963D16;
}
.AnyTagClassName
{
color: #963D16;
}
</style>
background-color css
<style>
a { background-color: #963D16; }
a { background-color: rgb(150,61,22); }
div.DivClassName
{
background-color: #963D16;
}
.BgClassName
{
background-color: #963D16;
}
</style>
border-color css
<style>
span { border-color: #963D16; }
span { border-color: rgb(150,61,22); }
td.TdClassName
{
border-color: #963D16;
}
.TagClassName
{
border-color: #963D16;
}
</style>