Shades of Saddle Brown #964C11
Tints of Saddle Brown #964C11
RGB
CMYK
RGB Variations
Color information
#964C11 (or 0x964C11) is known color: Saddle Brown. HEX triplet: 96, 4C and 11. RGB value is (150,76,17). Sum of RGB (Red+Green+Blue) = 150+76+17=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #964C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C11 is #69B3EE. Grayscale: #5B5B5B. Windows color (decimal): -6927343 or 1133718. OLE color: 1133718.
HSL color Cylindrical-coordinate representation of color #964C11: hue angle of 26.62º 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 #964C11 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 17 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.41 |
| HSL | 26.62º | 0.8% | 0.33% | - |
| HSV(B) | 26.62º | 0.89% | 0.59% | - |
| XYZ | 15.26 | 11.69 | 1.98 | - |
| YUV | 91.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 17 | 0 | 0.49 | 0.89 | 0.41 | 26.62 | 0.8 | 0.33 |
| Hex | 96 | 4C | 11 | 0 | 31 | 59 | 29 | 1B | 50 | 21 |
| Octal | 226 | 114 | 21 | 0 | 61 | 131 | 51 | 33 | 120 | 41 |
| Binary | 10010110 | 1001100 | 10001 | 0 | 110001 | 1011001 | 101001 | 11011 | 1010000 | 100001 |
Color Harmonies of #964C11
Complementary color
Monochromatic Colors of #964C11
Black with #964C11
Text Example
Text Example
White with #964C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C11; }
p { color: rgb(150,76,17); }
H1.HeaderClassName
{
color: #964C11;
}
.AnyTagClassName
{
color: #964C11;
}
</style>
background-color css
<style>
a { background-color: #964C11; }
a { background-color: rgb(150,76,17); }
div.DivClassName
{
background-color: #964C11;
}
.BgClassName
{
background-color: #964C11;
}
</style>
border-color css
<style>
span { border-color: #964C11; }
span { border-color: rgb(150,76,17); }
td.TdClassName
{
border-color: #964C11;
}
.TagClassName
{
border-color: #964C11;
}
</style>