Shades of Saddle Brown #963E15
Tints of Saddle Brown #963E15
RGB
CMYK
RGB Variations
Color information
#963E15 (or 0x963E15) is known color: Saddle Brown. HEX triplet: 96, 3E and 15. RGB value is (150,62,21). Sum of RGB (Red+Green+Blue) = 150+62+21=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E15 is #69C1EA. Grayscale: #535353. Windows color (decimal): -6930923 or 1392278. OLE color: 1392278.
HSL color Cylindrical-coordinate representation of color #963E15: hue angle of 19.07º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #963E15 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 21 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.41 |
| HSL | 19.07º | 0.75% | 0.34% | - |
| HSV(B) | 19.07º | 0.86% | 0.59% | - |
| XYZ | 14.44 | 9.98 | 1.88 | - |
| YUV | 83.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 21 | 0 | 0.59 | 0.86 | 0.41 | 19.07 | 0.75 | 0.34 |
| Hex | 96 | 3E | 15 | 0 | 3B | 56 | 29 | 13 | 4B | 22 |
| Octal | 226 | 76 | 25 | 0 | 73 | 126 | 51 | 23 | 113 | 42 |
| Binary | 10010110 | 111110 | 10101 | 0 | 111011 | 1010110 | 101001 | 10011 | 1001011 | 100010 |
Color Harmonies of #963E15
Complementary color
Monochromatic Colors of #963E15
Black with #963E15
Text Example
Text Example
White with #963E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E15; }
p { color: rgb(150,62,21); }
H1.HeaderClassName
{
color: #963E15;
}
.AnyTagClassName
{
color: #963E15;
}
</style>
background-color css
<style>
a { background-color: #963E15; }
a { background-color: rgb(150,62,21); }
div.DivClassName
{
background-color: #963E15;
}
.BgClassName
{
background-color: #963E15;
}
</style>
border-color css
<style>
span { border-color: #963E15; }
span { border-color: rgb(150,62,21); }
td.TdClassName
{
border-color: #963E15;
}
.TagClassName
{
border-color: #963E15;
}
</style>