Shades of Saddle Brown #963410
Tints of Saddle Brown #963410
RGB
CMYK
RGB Variations
Color information
#963410 (or 0x963410) is known color: Saddle Brown. HEX triplet: 96, 34 and 10. RGB value is (150,52,16). Sum of RGB (Red+Green+Blue) = 150+52+16=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #963410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963410 is #69CBEF. Grayscale: #4D4D4D. Windows color (decimal): -6933488 or 1062038. OLE color: 1062038.
HSL color Cylindrical-coordinate representation of color #963410: hue angle of 16.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #963410 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 16 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.41 |
| HSL | 16.12º | 0.81% | 0.33% | - |
| HSV(B) | 16.12º | 0.89% | 0.59% | - |
| XYZ | 13.9 | 8.98 | 1.49 | - |
| YUV | 77.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 16 | 0 | 0.65 | 0.89 | 0.41 | 16.12 | 0.81 | 0.33 |
| Hex | 96 | 34 | 10 | 0 | 41 | 59 | 29 | 10 | 51 | 21 |
| Octal | 226 | 64 | 20 | 0 | 101 | 131 | 51 | 20 | 121 | 41 |
| Binary | 10010110 | 110100 | 10000 | 0 | 1000001 | 1011001 | 101001 | 10000 | 1010001 | 100001 |
Color Harmonies of #963410
Complementary color
Monochromatic Colors of #963410
Black with #963410
Text Example
Text Example
White with #963410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963410; }
p { color: rgb(150,52,16); }
H1.HeaderClassName
{
color: #963410;
}
.AnyTagClassName
{
color: #963410;
}
</style>
background-color css
<style>
a { background-color: #963410; }
a { background-color: rgb(150,52,16); }
div.DivClassName
{
background-color: #963410;
}
.BgClassName
{
background-color: #963410;
}
</style>
border-color css
<style>
span { border-color: #963410; }
span { border-color: rgb(150,52,16); }
td.TdClassName
{
border-color: #963410;
}
.TagClassName
{
border-color: #963410;
}
</style>