Shades of Saddle Brown #963C19
Tints of Saddle Brown #963C19
RGB
CMYK
RGB Variations
Color information
#963C19 (or 0x963C19) is known color: Saddle Brown. HEX triplet: 96, 3C and 19. RGB value is (150,60,25). Sum of RGB (Red+Green+Blue) = 150+60+25=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C19 is #69C3E6. Grayscale: #535353. Windows color (decimal): -6931431 or 1653910. OLE color: 1653910.
HSL color Cylindrical-coordinate representation of color #963C19: hue angle of 16.8º 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 #963C19 is Cyan = 0, Magento = 0.6, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 25 | - |
| CMYK | 0 | 0.6 | 0.83 | 0.41 |
| HSL | 16.8º | 0.71% | 0.34% | - |
| HSV(B) | 16.8º | 0.83% | 0.59% | - |
| XYZ | 14.37 | 9.79 | 2.05 | - |
| YUV | 82.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 25 | 0 | 0.6 | 0.83 | 0.41 | 16.8 | 0.71 | 0.34 |
| Hex | 96 | 3C | 19 | 0 | 3C | 53 | 29 | 11 | 47 | 22 |
| Octal | 226 | 74 | 31 | 0 | 74 | 123 | 51 | 21 | 107 | 42 |
| Binary | 10010110 | 111100 | 11001 | 0 | 111100 | 1010011 | 101001 | 10001 | 1000111 | 100010 |
Color Harmonies of #963C19
Complementary color
Monochromatic Colors of #963C19
Black with #963C19
Text Example
Text Example
White with #963C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C19; }
p { color: rgb(150,60,25); }
H1.HeaderClassName
{
color: #963C19;
}
.AnyTagClassName
{
color: #963C19;
}
</style>
background-color css
<style>
a { background-color: #963C19; }
a { background-color: rgb(150,60,25); }
div.DivClassName
{
background-color: #963C19;
}
.BgClassName
{
background-color: #963C19;
}
</style>
border-color css
<style>
span { border-color: #963C19; }
span { border-color: rgb(150,60,25); }
td.TdClassName
{
border-color: #963C19;
}
.TagClassName
{
border-color: #963C19;
}
</style>