Shades of Saddle Brown #963F04
Tints of Saddle Brown #963F04
RGB
CMYK
RGB Variations
Color information
#963F04 (or 0x963F04) is known color: Saddle Brown. HEX triplet: 96, 3F and 04. RGB value is (150,63,4). Sum of RGB (Red+Green+Blue) = 150+63+4=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963F04 is #69C0FB. Grayscale: #525252. Windows color (decimal): -6930684 or 278422. OLE color: 278422.
HSL color Cylindrical-coordinate representation of color #963F04: hue angle of 24.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #963F04 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 4 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.41 |
| HSL | 24.25º | 0.95% | 0.3% | - |
| HSV(B) | 24.25º | 0.97% | 0.59% | - |
| XYZ | 14.38 | 10.05 | 1.3 | - |
| YUV | 82.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 4 | 0 | 0.58 | 0.97 | 0.41 | 24.25 | 0.95 | 0.3 |
| Hex | 96 | 3F | 4 | 0 | 3A | 61 | 29 | 18 | 5F | 1E |
| Octal | 226 | 77 | 4 | 0 | 72 | 141 | 51 | 30 | 137 | 36 |
| Binary | 10010110 | 111111 | 100 | 0 | 111010 | 1100001 | 101001 | 11000 | 1011111 | 11110 |
Color Harmonies of #963F04
Complementary color
Monochromatic Colors of #963F04
Black with #963F04
Text Example
Text Example
White with #963F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F04; }
p { color: rgb(150,63,4); }
H1.HeaderClassName
{
color: #963F04;
}
.AnyTagClassName
{
color: #963F04;
}
</style>
background-color css
<style>
a { background-color: #963F04; }
a { background-color: rgb(150,63,4); }
div.DivClassName
{
background-color: #963F04;
}
.BgClassName
{
background-color: #963F04;
}
</style>
border-color css
<style>
span { border-color: #963F04; }
span { border-color: rgb(150,63,4); }
td.TdClassName
{
border-color: #963F04;
}
.TagClassName
{
border-color: #963F04;
}
</style>