Shades of Saddle Brown #963C07
Tints of Saddle Brown #963C07
RGB
CMYK
RGB Variations
Color information
#963C07 (or 0x963C07) is known color: Saddle Brown. HEX triplet: 96, 3C and 07. RGB value is (150,60,7). Sum of RGB (Red+Green+Blue) = 150+60+7=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C07 is #69C3F8. Grayscale: #515151. Windows color (decimal): -6931449 or 474262. OLE color: 474262.
HSL color Cylindrical-coordinate representation of color #963C07: hue angle of 22.24º 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 #963C07 is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 7 | - |
| CMYK | 0 | 0.6 | 0.95 | 0.41 |
| HSL | 22.24º | 0.91% | 0.31% | - |
| HSV(B) | 22.24º | 0.95% | 0.59% | - |
| XYZ | 14.23 | 9.73 | 1.33 | - |
| YUV | 80.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 7 | 0 | 0.6 | 0.95 | 0.41 | 22.24 | 0.91 | 0.31 |
| Hex | 96 | 3C | 7 | 0 | 3C | 5F | 29 | 16 | 5B | 1F |
| Octal | 226 | 74 | 7 | 0 | 74 | 137 | 51 | 26 | 133 | 37 |
| Binary | 10010110 | 111100 | 111 | 0 | 111100 | 1011111 | 101001 | 10110 | 1011011 | 11111 |
Color Harmonies of #963C07
Complementary color
Monochromatic Colors of #963C07
Black with #963C07
Text Example
Text Example
White with #963C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C07; }
p { color: rgb(150,60,7); }
H1.HeaderClassName
{
color: #963C07;
}
.AnyTagClassName
{
color: #963C07;
}
</style>
background-color css
<style>
a { background-color: #963C07; }
a { background-color: rgb(150,60,7); }
div.DivClassName
{
background-color: #963C07;
}
.BgClassName
{
background-color: #963C07;
}
</style>
border-color css
<style>
span { border-color: #963C07; }
span { border-color: rgb(150,60,7); }
td.TdClassName
{
border-color: #963C07;
}
.TagClassName
{
border-color: #963C07;
}
</style>