Shades of Saddle Brown #964017
Tints of Saddle Brown #964017
RGB
CMYK
RGB Variations
Color information
#964017 (or 0x964017) is known color: Saddle Brown. HEX triplet: 96, 40 and 17. RGB value is (150,64,23). Sum of RGB (Red+Green+Blue) = 150+64+23=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #964017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964017 is #69BFE8. Grayscale: #555555. Windows color (decimal): -6930409 or 1523862. OLE color: 1523862.
HSL color Cylindrical-coordinate representation of color #964017: hue angle of 19.37º degrees, saturation: 0.73, 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 #964017 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 23 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.41 |
| HSL | 19.37º | 0.73% | 0.34% | - |
| HSV(B) | 19.37º | 0.85% | 0.59% | - |
| XYZ | 14.57 | 10.21 | 2.01 | - |
| YUV | 85.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 23 | 0 | 0.57 | 0.85 | 0.41 | 19.37 | 0.73 | 0.34 |
| Hex | 96 | 40 | 17 | 0 | 39 | 55 | 29 | 13 | 49 | 22 |
| Octal | 226 | 100 | 27 | 0 | 71 | 125 | 51 | 23 | 111 | 42 |
| Binary | 10010110 | 1000000 | 10111 | 0 | 111001 | 1010101 | 101001 | 10011 | 1001001 | 100010 |
Color Harmonies of #964017
Complementary color
Monochromatic Colors of #964017
Black with #964017
Text Example
Text Example
White with #964017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964017; }
p { color: rgb(150,64,23); }
H1.HeaderClassName
{
color: #964017;
}
.AnyTagClassName
{
color: #964017;
}
</style>
background-color css
<style>
a { background-color: #964017; }
a { background-color: rgb(150,64,23); }
div.DivClassName
{
background-color: #964017;
}
.BgClassName
{
background-color: #964017;
}
</style>
border-color css
<style>
span { border-color: #964017; }
span { border-color: rgb(150,64,23); }
td.TdClassName
{
border-color: #964017;
}
.TagClassName
{
border-color: #964017;
}
</style>