Shades of Saddle Brown #963E04
Tints of Saddle Brown #963E04
RGB
CMYK
RGB Variations
Color information
#963E04 (or 0x963E04) is known color: Saddle Brown. HEX triplet: 96, 3E and 04. RGB value is (150,62,4). Sum of RGB (Red+Green+Blue) = 150+62+4=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #963E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E04 is #69C1FB. Grayscale: #525252. Windows color (decimal): -6930940 or 278166. OLE color: 278166.
HSL color Cylindrical-coordinate representation of color #963E04: hue angle of 23.84º 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 #963E04 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 4 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.41 |
| HSL | 23.84º | 0.95% | 0.3% | - |
| HSV(B) | 23.84º | 0.97% | 0.59% | - |
| XYZ | 14.32 | 9.94 | 1.28 | - |
| YUV | 81.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 4 | 0 | 0.59 | 0.97 | 0.41 | 23.84 | 0.95 | 0.3 |
| Hex | 96 | 3E | 4 | 0 | 3B | 61 | 29 | 18 | 5F | 1E |
| Octal | 226 | 76 | 4 | 0 | 73 | 141 | 51 | 30 | 137 | 36 |
| Binary | 10010110 | 111110 | 100 | 0 | 111011 | 1100001 | 101001 | 11000 | 1011111 | 11110 |
Color Harmonies of #963E04
Complementary color
Monochromatic Colors of #963E04
Black with #963E04
Text Example
Text Example
White with #963E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E04; }
p { color: rgb(150,62,4); }
H1.HeaderClassName
{
color: #963E04;
}
.AnyTagClassName
{
color: #963E04;
}
</style>
background-color css
<style>
a { background-color: #963E04; }
a { background-color: rgb(150,62,4); }
div.DivClassName
{
background-color: #963E04;
}
.BgClassName
{
background-color: #963E04;
}
</style>
border-color css
<style>
span { border-color: #963E04; }
span { border-color: rgb(150,62,4); }
td.TdClassName
{
border-color: #963E04;
}
.TagClassName
{
border-color: #963E04;
}
</style>