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