Shades of Saddle Brown #963401
Tints of Saddle Brown #963401
RGB
CMYK
RGB Variations
Color information
#963401 (or 0x963401) is known color: Saddle Brown. HEX triplet: 96, 34 and 01. RGB value is (150,52,1). Sum of RGB (Red+Green+Blue) = 150+52+1=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #963401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963401 is #69CBFE. Grayscale: #4B4B4B. Windows color (decimal): -6933503 or 78998. OLE color: 78998.
HSL color Cylindrical-coordinate representation of color #963401: hue angle of 20.54º 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 #963401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.41 |
| HSL | 20.54º | 0.99% | 0.3% | - |
| HSV(B) | 20.54º | 0.99% | 0.59% | - |
| XYZ | 13.81 | 8.94 | 1.03 | - |
| YUV | 75.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 1 | 0 | 0.65 | 0.99 | 0.41 | 20.54 | 0.99 | 0.3 |
| Hex | 96 | 34 | 1 | 0 | 41 | 63 | 29 | 15 | 63 | 1E |
| Octal | 226 | 64 | 1 | 0 | 101 | 143 | 51 | 25 | 143 | 36 |
| Binary | 10010110 | 110100 | 1 | 0 | 1000001 | 1100011 | 101001 | 10101 | 1100011 | 11110 |
Color Harmonies of #963401
Complementary color
Monochromatic Colors of #963401
Black with #963401
Text Example
Text Example
White with #963401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963401; }
p { color: rgb(150,52,1); }
H1.HeaderClassName
{
color: #963401;
}
.AnyTagClassName
{
color: #963401;
}
</style>
background-color css
<style>
a { background-color: #963401; }
a { background-color: rgb(150,52,1); }
div.DivClassName
{
background-color: #963401;
}
.BgClassName
{
background-color: #963401;
}
</style>
border-color css
<style>
span { border-color: #963401; }
span { border-color: rgb(150,52,1); }
td.TdClassName
{
border-color: #963401;
}
.TagClassName
{
border-color: #963401;
}
</style>