Shades of Saddle Brown #964001
Tints of Saddle Brown #964001
RGB
CMYK
RGB Variations
Color information
#964001 (or 0x964001) is known color: Saddle Brown. HEX triplet: 96, 40 and 01. RGB value is (150,64,1). Sum of RGB (Red+Green+Blue) = 150+64+1=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #964001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964001 is #69BFFE. Grayscale: #525252. Windows color (decimal): -6930431 or 82070. OLE color: 82070.
HSL color Cylindrical-coordinate representation of color #964001: hue angle of 25.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #964001 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.41 |
| HSL | 25.37º | 0.99% | 0.3% | - |
| HSV(B) | 25.37º | 0.99% | 0.59% | - |
| XYZ | 14.42 | 10.15 | 1.23 | - |
| YUV | 82.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 1 | 0 | 0.57 | 0.99 | 0.41 | 25.37 | 0.99 | 0.3 |
| Hex | 96 | 40 | 1 | 0 | 39 | 63 | 29 | 19 | 63 | 1E |
| Octal | 226 | 100 | 1 | 0 | 71 | 143 | 51 | 31 | 143 | 36 |
| Binary | 10010110 | 1000000 | 1 | 0 | 111001 | 1100011 | 101001 | 11001 | 1100011 | 11110 |
Color Harmonies of #964001
Complementary color
Monochromatic Colors of #964001
Black with #964001
Text Example
Text Example
White with #964001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964001; }
p { color: rgb(150,64,1); }
H1.HeaderClassName
{
color: #964001;
}
.AnyTagClassName
{
color: #964001;
}
</style>
background-color css
<style>
a { background-color: #964001; }
a { background-color: rgb(150,64,1); }
div.DivClassName
{
background-color: #964001;
}
.BgClassName
{
background-color: #964001;
}
</style>
border-color css
<style>
span { border-color: #964001; }
span { border-color: rgb(150,64,1); }
td.TdClassName
{
border-color: #964001;
}
.TagClassName
{
border-color: #964001;
}
</style>