Shades of Saddle Brown #963F08
Tints of Saddle Brown #963F08
RGB
CMYK
RGB Variations
Color information
#963F08 (or 0x963F08) is known color: Saddle Brown. HEX triplet: 96, 3F and 08. RGB value is (150,63,8). Sum of RGB (Red+Green+Blue) = 150+63+8=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963F08 is #69C0F7. Grayscale: #535353. Windows color (decimal): -6930680 or 540566. OLE color: 540566.
HSL color Cylindrical-coordinate representation of color #963F08: hue angle of 23.24º 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 #963F08 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 8 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.41 |
| HSL | 23.24º | 0.9% | 0.31% | - |
| HSV(B) | 23.24º | 0.95% | 0.59% | - |
| XYZ | 14.4 | 10.06 | 1.41 | - |
| YUV | 82.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 8 | 0 | 0.58 | 0.95 | 0.41 | 23.24 | 0.9 | 0.31 |
| Hex | 96 | 3F | 8 | 0 | 3A | 5F | 29 | 17 | 5A | 1F |
| Octal | 226 | 77 | 10 | 0 | 72 | 137 | 51 | 27 | 132 | 37 |
| Binary | 10010110 | 111111 | 1000 | 0 | 111010 | 1011111 | 101001 | 10111 | 1011010 | 11111 |
Color Harmonies of #963F08
Complementary color
Monochromatic Colors of #963F08
Black with #963F08
Text Example
Text Example
White with #963F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F08; }
p { color: rgb(150,63,8); }
H1.HeaderClassName
{
color: #963F08;
}
.AnyTagClassName
{
color: #963F08;
}
</style>
background-color css
<style>
a { background-color: #963F08; }
a { background-color: rgb(150,63,8); }
div.DivClassName
{
background-color: #963F08;
}
.BgClassName
{
background-color: #963F08;
}
</style>
border-color css
<style>
span { border-color: #963F08; }
span { border-color: rgb(150,63,8); }
td.TdClassName
{
border-color: #963F08;
}
.TagClassName
{
border-color: #963F08;
}
</style>