Shades of Saddle Brown #964B16
Tints of Saddle Brown #964B16
RGB
CMYK
RGB Variations
Color information
#964B16 (or 0x964B16) is known color: Saddle Brown. HEX triplet: 96, 4B and 16. RGB value is (150,75,22). Sum of RGB (Red+Green+Blue) = 150+75+22=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #964B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964B16 is #69B4E9. Grayscale: #5B5B5B. Windows color (decimal): -6927594 or 1461142. OLE color: 1461142.
HSL color Cylindrical-coordinate representation of color #964B16: hue angle of 24.84º 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 #964B16 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 22 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.41 |
| HSL | 24.84º | 0.74% | 0.34% | - |
| HSV(B) | 24.84º | 0.85% | 0.59% | - |
| XYZ | 15.24 | 11.57 | 2.19 | - |
| YUV | 91.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 22 | 0 | 0.5 | 0.85 | 0.41 | 24.84 | 0.74 | 0.34 |
| Hex | 96 | 4B | 16 | 0 | 32 | 55 | 29 | 19 | 4A | 22 |
| Octal | 226 | 113 | 26 | 0 | 62 | 125 | 51 | 31 | 112 | 42 |
| Binary | 10010110 | 1001011 | 10110 | 0 | 110010 | 1010101 | 101001 | 11001 | 1001010 | 100010 |
Color Harmonies of #964B16
Complementary color
Monochromatic Colors of #964B16
Black with #964B16
Text Example
Text Example
White with #964B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B16; }
p { color: rgb(150,75,22); }
H1.HeaderClassName
{
color: #964B16;
}
.AnyTagClassName
{
color: #964B16;
}
</style>
background-color css
<style>
a { background-color: #964B16; }
a { background-color: rgb(150,75,22); }
div.DivClassName
{
background-color: #964B16;
}
.BgClassName
{
background-color: #964B16;
}
</style>
border-color css
<style>
span { border-color: #964B16; }
span { border-color: rgb(150,75,22); }
td.TdClassName
{
border-color: #964B16;
}
.TagClassName
{
border-color: #964B16;
}
</style>