Shades of Saddle Brown #964512
Tints of Saddle Brown #964512
RGB
CMYK
RGB Variations
Color information
#964512 (or 0x964512) is known color: Saddle Brown. HEX triplet: 96, 45 and 12. RGB value is (150,69,18). Sum of RGB (Red+Green+Blue) = 150+69+18=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #964512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964512 is #69BAED. Grayscale: #575757. Windows color (decimal): -6929134 or 1197462. OLE color: 1197462.
HSL color Cylindrical-coordinate representation of color #964512: hue angle of 23.18º 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 #964512 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 18 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.41 |
| HSL | 23.18º | 0.79% | 0.33% | - |
| HSV(B) | 23.18º | 0.88% | 0.59% | - |
| XYZ | 14.81 | 10.78 | 1.87 | - |
| YUV | 87.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 18 | 0 | 0.54 | 0.88 | 0.41 | 23.18 | 0.79 | 0.33 |
| Hex | 96 | 45 | 12 | 0 | 36 | 58 | 29 | 17 | 4F | 21 |
| Octal | 226 | 105 | 22 | 0 | 66 | 130 | 51 | 27 | 117 | 41 |
| Binary | 10010110 | 1000101 | 10010 | 0 | 110110 | 1011000 | 101001 | 10111 | 1001111 | 100001 |
Color Harmonies of #964512
Complementary color
Monochromatic Colors of #964512
Black with #964512
Text Example
Text Example
White with #964512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964512; }
p { color: rgb(150,69,18); }
H1.HeaderClassName
{
color: #964512;
}
.AnyTagClassName
{
color: #964512;
}
</style>
background-color css
<style>
a { background-color: #964512; }
a { background-color: rgb(150,69,18); }
div.DivClassName
{
background-color: #964512;
}
.BgClassName
{
background-color: #964512;
}
</style>
border-color css
<style>
span { border-color: #964512; }
span { border-color: rgb(150,69,18); }
td.TdClassName
{
border-color: #964512;
}
.TagClassName
{
border-color: #964512;
}
</style>