Shades of Saddle Brown #963501
Tints of Saddle Brown #963501
RGB
CMYK
RGB Variations
Color information
#963501 (or 0x963501) is known color: Saddle Brown. HEX triplet: 96, 35 and 01. RGB value is (150,53,1). Sum of RGB (Red+Green+Blue) = 150+53+1=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #963501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963501 is #69CAFE. Grayscale: #4C4C4C. Windows color (decimal): -6933247 or 79254. OLE color: 79254.
HSL color Cylindrical-coordinate representation of color #963501: hue angle of 20.94º 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 #963501 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.41 |
| HSL | 20.94º | 0.99% | 0.3% | - |
| HSV(B) | 20.94º | 0.99% | 0.59% | - |
| XYZ | 13.86 | 9.03 | 1.04 | - |
| YUV | 76.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 1 | 0 | 0.65 | 0.99 | 0.41 | 20.94 | 0.99 | 0.3 |
| Hex | 96 | 35 | 1 | 0 | 41 | 63 | 29 | 15 | 63 | 1E |
| Octal | 226 | 65 | 1 | 0 | 101 | 143 | 51 | 25 | 143 | 36 |
| Binary | 10010110 | 110101 | 1 | 0 | 1000001 | 1100011 | 101001 | 10101 | 1100011 | 11110 |
Color Harmonies of #963501
Complementary color
Monochromatic Colors of #963501
Black with #963501
Text Example
Text Example
White with #963501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963501; }
p { color: rgb(150,53,1); }
H1.HeaderClassName
{
color: #963501;
}
.AnyTagClassName
{
color: #963501;
}
</style>
background-color css
<style>
a { background-color: #963501; }
a { background-color: rgb(150,53,1); }
div.DivClassName
{
background-color: #963501;
}
.BgClassName
{
background-color: #963501;
}
</style>
border-color css
<style>
span { border-color: #963501; }
span { border-color: rgb(150,53,1); }
td.TdClassName
{
border-color: #963501;
}
.TagClassName
{
border-color: #963501;
}
</style>