Shades of Saddle Brown #963E19
Tints of Saddle Brown #963E19
RGB
CMYK
RGB Variations
Color information
#963E19 (or 0x963E19) is known color: Saddle Brown. HEX triplet: 96, 3E and 19. RGB value is (150,62,25). Sum of RGB (Red+Green+Blue) = 150+62+25=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #963E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E19 is #69C1E6. Grayscale: #545454. Windows color (decimal): -6930919 or 1654422. OLE color: 1654422.
HSL color Cylindrical-coordinate representation of color #963E19: hue angle of 17.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963E19 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 25 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.41 |
| HSL | 17.76º | 0.71% | 0.34% | - |
| HSV(B) | 17.76º | 0.83% | 0.59% | - |
| XYZ | 14.48 | 10 | 2.09 | - |
| YUV | 84.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 25 | 0 | 0.59 | 0.83 | 0.41 | 17.76 | 0.71 | 0.34 |
| Hex | 96 | 3E | 19 | 0 | 3B | 53 | 29 | 12 | 47 | 22 |
| Octal | 226 | 76 | 31 | 0 | 73 | 123 | 51 | 22 | 107 | 42 |
| Binary | 10010110 | 111110 | 11001 | 0 | 111011 | 1010011 | 101001 | 10010 | 1000111 | 100010 |
Color Harmonies of #963E19
Complementary color
Monochromatic Colors of #963E19
Black with #963E19
Text Example
Text Example
White with #963E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E19; }
p { color: rgb(150,62,25); }
H1.HeaderClassName
{
color: #963E19;
}
.AnyTagClassName
{
color: #963E19;
}
</style>
background-color css
<style>
a { background-color: #963E19; }
a { background-color: rgb(150,62,25); }
div.DivClassName
{
background-color: #963E19;
}
.BgClassName
{
background-color: #963E19;
}
</style>
border-color css
<style>
span { border-color: #963E19; }
span { border-color: rgb(150,62,25); }
td.TdClassName
{
border-color: #963E19;
}
.TagClassName
{
border-color: #963E19;
}
</style>