Shades of Saddle Brown #963C11
Tints of Saddle Brown #963C11
RGB
CMYK
RGB Variations
Color information
#963C11 (or 0x963C11) is known color: Saddle Brown. HEX triplet: 96, 3C and 11. RGB value is (150,60,17). Sum of RGB (Red+Green+Blue) = 150+60+17=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #963C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C11 is #69C3EE. Grayscale: #525252. Windows color (decimal): -6931439 or 1129622. OLE color: 1129622.
HSL color Cylindrical-coordinate representation of color #963C11: hue angle of 19.4º degrees, saturation: 0.8, 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 #963C11 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 17 | - |
| CMYK | 0 | 0.6 | 0.89 | 0.41 |
| HSL | 19.4º | 0.8% | 0.33% | - |
| HSV(B) | 19.4º | 0.89% | 0.59% | - |
| XYZ | 14.29 | 9.76 | 1.66 | - |
| YUV | 82.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 17 | 0 | 0.6 | 0.89 | 0.41 | 19.4 | 0.8 | 0.33 |
| Hex | 96 | 3C | 11 | 0 | 3C | 59 | 29 | 13 | 50 | 21 |
| Octal | 226 | 74 | 21 | 0 | 74 | 131 | 51 | 23 | 120 | 41 |
| Binary | 10010110 | 111100 | 10001 | 0 | 111100 | 1011001 | 101001 | 10011 | 1010000 | 100001 |
Color Harmonies of #963C11
Complementary color
Monochromatic Colors of #963C11
Black with #963C11
Text Example
Text Example
White with #963C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C11; }
p { color: rgb(150,60,17); }
H1.HeaderClassName
{
color: #963C11;
}
.AnyTagClassName
{
color: #963C11;
}
</style>
background-color css
<style>
a { background-color: #963C11; }
a { background-color: rgb(150,60,17); }
div.DivClassName
{
background-color: #963C11;
}
.BgClassName
{
background-color: #963C11;
}
</style>
border-color css
<style>
span { border-color: #963C11; }
span { border-color: rgb(150,60,17); }
td.TdClassName
{
border-color: #963C11;
}
.TagClassName
{
border-color: #963C11;
}
</style>