Shades of Saddle Brown #963E0B
Tints of Saddle Brown #963E0B
RGB
CMYK
RGB Variations
Color information
#963E0B (or 0x963E0B) is known color: Saddle Brown. HEX triplet: 96, 3E and 0B. RGB value is (150,62,11). Sum of RGB (Red+Green+Blue) = 150+62+11=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #963E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E0B is #69C1F4. Grayscale: #525252. Windows color (decimal): -6930933 or 736918. OLE color: 736918.
HSL color Cylindrical-coordinate representation of color #963E0B: hue angle of 22.01º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #963E0B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 11 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.41 |
| HSL | 22.01º | 0.86% | 0.32% | - |
| HSV(B) | 22.01º | 0.93% | 0.59% | - |
| XYZ | 14.36 | 9.95 | 1.48 | - |
| YUV | 82.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 11 | 0 | 0.59 | 0.93 | 0.41 | 22.01 | 0.86 | 0.32 |
| Hex | 96 | 3E | B | 0 | 3B | 5D | 29 | 16 | 56 | 20 |
| Octal | 226 | 76 | 13 | 0 | 73 | 135 | 51 | 26 | 126 | 40 |
| Binary | 10010110 | 111110 | 1011 | 0 | 111011 | 1011101 | 101001 | 10110 | 1010110 | 100000 |
Color Harmonies of #963E0B
Complementary color
Monochromatic Colors of #963E0B
Black with #963E0B
Text Example
Text Example
White with #963E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E0B; }
p { color: rgb(150,62,11); }
H1.HeaderClassName
{
color: #963E0B;
}
.AnyTagClassName
{
color: #963E0B;
}
</style>
background-color css
<style>
a { background-color: #963E0B; }
a { background-color: rgb(150,62,11); }
div.DivClassName
{
background-color: #963E0B;
}
.BgClassName
{
background-color: #963E0B;
}
</style>
border-color css
<style>
span { border-color: #963E0B; }
span { border-color: rgb(150,62,11); }
td.TdClassName
{
border-color: #963E0B;
}
.TagClassName
{
border-color: #963E0B;
}
</style>