Shades of Saddle Brown #964414
Tints of Saddle Brown #964414
RGB
CMYK
RGB Variations
Color information
#964414 (or 0x964414) is known color: Saddle Brown. HEX triplet: 96, 44 and 14. RGB value is (150,68,20). Sum of RGB (Red+Green+Blue) = 150+68+20=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #964414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964414 is #69BBEB. Grayscale: #575757. Windows color (decimal): -6929388 or 1328278. OLE color: 1328278.
HSL color Cylindrical-coordinate representation of color #964414: hue angle of 22.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #964414 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 20 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.41 |
| HSL | 22.15º | 0.76% | 0.33% | - |
| HSV(B) | 22.15º | 0.87% | 0.59% | - |
| XYZ | 14.77 | 10.67 | 1.94 | - |
| YUV | 87.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 20 | 0 | 0.55 | 0.87 | 0.41 | 22.15 | 0.76 | 0.33 |
| Hex | 96 | 44 | 14 | 0 | 37 | 57 | 29 | 16 | 4C | 21 |
| Octal | 226 | 104 | 24 | 0 | 67 | 127 | 51 | 26 | 114 | 41 |
| Binary | 10010110 | 1000100 | 10100 | 0 | 110111 | 1010111 | 101001 | 10110 | 1001100 | 100001 |
Color Harmonies of #964414
Complementary color
Monochromatic Colors of #964414
Black with #964414
Text Example
Text Example
White with #964414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964414; }
p { color: rgb(150,68,20); }
H1.HeaderClassName
{
color: #964414;
}
.AnyTagClassName
{
color: #964414;
}
</style>
background-color css
<style>
a { background-color: #964414; }
a { background-color: rgb(150,68,20); }
div.DivClassName
{
background-color: #964414;
}
.BgClassName
{
background-color: #964414;
}
</style>
border-color css
<style>
span { border-color: #964414; }
span { border-color: rgb(150,68,20); }
td.TdClassName
{
border-color: #964414;
}
.TagClassName
{
border-color: #964414;
}
</style>