Shades of Saddle Brown #963310
Tints of Saddle Brown #963310
RGB
CMYK
RGB Variations
Color information
#963310 (or 0x963310) is known color: Saddle Brown. HEX triplet: 96, 33 and 10. RGB value is (150,51,16). Sum of RGB (Red+Green+Blue) = 150+51+16=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963310 is #69CCEF. Grayscale: #4C4C4C. Windows color (decimal): -6933744 or 1061782. OLE color: 1061782.
HSL color Cylindrical-coordinate representation of color #963310: hue angle of 15.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #963310 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 16 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.41 |
| HSL | 15.67º | 0.81% | 0.33% | - |
| HSV(B) | 15.67º | 0.89% | 0.59% | - |
| XYZ | 13.86 | 8.89 | 1.48 | - |
| YUV | 76.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 16 | 0 | 0.66 | 0.89 | 0.41 | 15.67 | 0.81 | 0.33 |
| Hex | 96 | 33 | 10 | 0 | 42 | 59 | 29 | 10 | 51 | 21 |
| Octal | 226 | 63 | 20 | 0 | 102 | 131 | 51 | 20 | 121 | 41 |
| Binary | 10010110 | 110011 | 10000 | 0 | 1000010 | 1011001 | 101001 | 10000 | 1010001 | 100001 |
Color Harmonies of #963310
Complementary color
Monochromatic Colors of #963310
Black with #963310
Text Example
Text Example
White with #963310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963310; }
p { color: rgb(150,51,16); }
H1.HeaderClassName
{
color: #963310;
}
.AnyTagClassName
{
color: #963310;
}
</style>
background-color css
<style>
a { background-color: #963310; }
a { background-color: rgb(150,51,16); }
div.DivClassName
{
background-color: #963310;
}
.BgClassName
{
background-color: #963310;
}
</style>
border-color css
<style>
span { border-color: #963310; }
span { border-color: rgb(150,51,16); }
td.TdClassName
{
border-color: #963310;
}
.TagClassName
{
border-color: #963310;
}
</style>