Shades of Saddle Brown #963407
Tints of Saddle Brown #963407
RGB
CMYK
RGB Variations
Color information
#963407 (or 0x963407) is known color: Saddle Brown. HEX triplet: 96, 34 and 07. RGB value is (150,52,7). Sum of RGB (Red+Green+Blue) = 150+52+7=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #963407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963407 is #69CBF8. Grayscale: #4C4C4C. Windows color (decimal): -6933497 or 472214. OLE color: 472214.
HSL color Cylindrical-coordinate representation of color #963407: hue angle of 18.88º degrees, saturation: 0.91, 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 #963407 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 7 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.41 |
| HSL | 18.88º | 0.91% | 0.31% | - |
| HSV(B) | 18.88º | 0.95% | 0.59% | - |
| XYZ | 13.84 | 8.96 | 1.2 | - |
| YUV | 76.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 7 | 0 | 0.65 | 0.95 | 0.41 | 18.88 | 0.91 | 0.31 |
| Hex | 96 | 34 | 7 | 0 | 41 | 5F | 29 | 13 | 5B | 1F |
| Octal | 226 | 64 | 7 | 0 | 101 | 137 | 51 | 23 | 133 | 37 |
| Binary | 10010110 | 110100 | 111 | 0 | 1000001 | 1011111 | 101001 | 10011 | 1011011 | 11111 |
Color Harmonies of #963407
Complementary color
Monochromatic Colors of #963407
Black with #963407
Text Example
Text Example
White with #963407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963407; }
p { color: rgb(150,52,7); }
H1.HeaderClassName
{
color: #963407;
}
.AnyTagClassName
{
color: #963407;
}
</style>
background-color css
<style>
a { background-color: #963407; }
a { background-color: rgb(150,52,7); }
div.DivClassName
{
background-color: #963407;
}
.BgClassName
{
background-color: #963407;
}
</style>
border-color css
<style>
span { border-color: #963407; }
span { border-color: rgb(150,52,7); }
td.TdClassName
{
border-color: #963407;
}
.TagClassName
{
border-color: #963407;
}
</style>