Shades of Saddle Brown #963E08
Tints of Saddle Brown #963E08
RGB
CMYK
RGB Variations
Color information
#963E08 (or 0x963E08) is known color: Saddle Brown. HEX triplet: 96, 3E and 08. RGB value is (150,62,8). Sum of RGB (Red+Green+Blue) = 150+62+8=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #963E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E08 is #69C1F7. Grayscale: #525252. Windows color (decimal): -6930936 or 540310. OLE color: 540310.
HSL color Cylindrical-coordinate representation of color #963E08: hue angle of 22.82º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #963E08 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 8 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.41 |
| HSL | 22.82º | 0.9% | 0.31% | - |
| HSV(B) | 22.82º | 0.95% | 0.59% | - |
| XYZ | 14.34 | 9.95 | 1.39 | - |
| YUV | 82.16 | 86.15 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 8 | 0 | 0.59 | 0.95 | 0.41 | 22.82 | 0.9 | 0.31 |
| Hex | 96 | 3E | 8 | 0 | 3B | 5F | 29 | 17 | 5A | 1F |
| Octal | 226 | 76 | 10 | 0 | 73 | 137 | 51 | 27 | 132 | 37 |
| Binary | 10010110 | 111110 | 1000 | 0 | 111011 | 1011111 | 101001 | 10111 | 1011010 | 11111 |
Color Harmonies of #963E08
Complementary color
Monochromatic Colors of #963E08
Black with #963E08
Text Example
Text Example
White with #963E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E08; }
p { color: rgb(150,62,8); }
H1.HeaderClassName
{
color: #963E08;
}
.AnyTagClassName
{
color: #963E08;
}
</style>
background-color css
<style>
a { background-color: #963E08; }
a { background-color: rgb(150,62,8); }
div.DivClassName
{
background-color: #963E08;
}
.BgClassName
{
background-color: #963E08;
}
</style>
border-color css
<style>
span { border-color: #963E08; }
span { border-color: rgb(150,62,8); }
td.TdClassName
{
border-color: #963E08;
}
.TagClassName
{
border-color: #963E08;
}
</style>