Shades of Saddle Brown #964D11
Tints of Saddle Brown #964D11
RGB
CMYK
RGB Variations
Color information
#964D11 (or 0x964D11) is known color: Saddle Brown. HEX triplet: 96, 4D and 11. RGB value is (150,77,17). Sum of RGB (Red+Green+Blue) = 150+77+17=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #964D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D11 is #69B2EE. Grayscale: #5C5C5C. Windows color (decimal): -6927087 or 1133974. OLE color: 1133974.
HSL color Cylindrical-coordinate representation of color #964D11: hue angle of 27.07º 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 #964D11 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 17 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.41 |
| HSL | 27.07º | 0.8% | 0.33% | - |
| HSV(B) | 27.07º | 0.89% | 0.59% | - |
| XYZ | 15.33 | 11.83 | 2.01 | - |
| YUV | 91.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 17 | 0 | 0.49 | 0.89 | 0.41 | 27.07 | 0.8 | 0.33 |
| Hex | 96 | 4D | 11 | 0 | 31 | 59 | 29 | 1B | 50 | 21 |
| Octal | 226 | 115 | 21 | 0 | 61 | 131 | 51 | 33 | 120 | 41 |
| Binary | 10010110 | 1001101 | 10001 | 0 | 110001 | 1011001 | 101001 | 11011 | 1010000 | 100001 |
Color Harmonies of #964D11
Complementary color
Monochromatic Colors of #964D11
Black with #964D11
Text Example
Text Example
White with #964D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D11; }
p { color: rgb(150,77,17); }
H1.HeaderClassName
{
color: #964D11;
}
.AnyTagClassName
{
color: #964D11;
}
</style>
background-color css
<style>
a { background-color: #964D11; }
a { background-color: rgb(150,77,17); }
div.DivClassName
{
background-color: #964D11;
}
.BgClassName
{
background-color: #964D11;
}
</style>
border-color css
<style>
span { border-color: #964D11; }
span { border-color: rgb(150,77,17); }
td.TdClassName
{
border-color: #964D11;
}
.TagClassName
{
border-color: #964D11;
}
</style>