Shades of Saddle Brown #964412
Tints of Saddle Brown #964412
RGB
CMYK
RGB Variations
Color information
#964412 (or 0x964412) is known color: Saddle Brown. HEX triplet: 96, 44 and 12. RGB value is (150,68,18). Sum of RGB (Red+Green+Blue) = 150+68+18=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #964412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964412 is #69BBED. Grayscale: #575757. Windows color (decimal): -6929390 or 1197206. OLE color: 1197206.
HSL color Cylindrical-coordinate representation of color #964412: hue angle of 22.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #964412 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 18 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.41 |
| HSL | 22.73º | 0.79% | 0.33% | - |
| HSV(B) | 22.73º | 0.88% | 0.59% | - |
| XYZ | 14.75 | 10.66 | 1.85 | - |
| YUV | 86.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 18 | 0 | 0.55 | 0.88 | 0.41 | 22.73 | 0.79 | 0.33 |
| Hex | 96 | 44 | 12 | 0 | 37 | 58 | 29 | 17 | 4F | 21 |
| Octal | 226 | 104 | 22 | 0 | 67 | 130 | 51 | 27 | 117 | 41 |
| Binary | 10010110 | 1000100 | 10010 | 0 | 110111 | 1011000 | 101001 | 10111 | 1001111 | 100001 |
Color Harmonies of #964412
Complementary color
Monochromatic Colors of #964412
Black with #964412
Text Example
Text Example
White with #964412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964412; }
p { color: rgb(150,68,18); }
H1.HeaderClassName
{
color: #964412;
}
.AnyTagClassName
{
color: #964412;
}
</style>
background-color css
<style>
a { background-color: #964412; }
a { background-color: rgb(150,68,18); }
div.DivClassName
{
background-color: #964412;
}
.BgClassName
{
background-color: #964412;
}
</style>
border-color css
<style>
span { border-color: #964412; }
span { border-color: rgb(150,68,18); }
td.TdClassName
{
border-color: #964412;
}
.TagClassName
{
border-color: #964412;
}
</style>