Shades of Saddle Brown #963A09
Tints of Saddle Brown #963A09
RGB
CMYK
RGB Variations
Color information
#963A09 (or 0x963A09) is known color: Saddle Brown. HEX triplet: 96, 3A and 09. RGB value is (150,58,9). Sum of RGB (Red+Green+Blue) = 150+58+9=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A09 is #69C5F6. Grayscale: #505050. Windows color (decimal): -6931959 or 604822. OLE color: 604822.
HSL color Cylindrical-coordinate representation of color #963A09: hue angle of 20.85º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #963A09 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 9 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.41 |
| HSL | 20.85º | 0.89% | 0.31% | - |
| HSV(B) | 20.85º | 0.94% | 0.59% | - |
| XYZ | 14.14 | 9.53 | 1.35 | - |
| YUV | 79.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 9 | 0 | 0.61 | 0.94 | 0.41 | 20.85 | 0.89 | 0.31 |
| Hex | 96 | 3A | 9 | 0 | 3D | 5E | 29 | 15 | 59 | 1F |
| Octal | 226 | 72 | 11 | 0 | 75 | 136 | 51 | 25 | 131 | 37 |
| Binary | 10010110 | 111010 | 1001 | 0 | 111101 | 1011110 | 101001 | 10101 | 1011001 | 11111 |
Color Harmonies of #963A09
Complementary color
Monochromatic Colors of #963A09
Black with #963A09
Text Example
Text Example
White with #963A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A09; }
p { color: rgb(150,58,9); }
H1.HeaderClassName
{
color: #963A09;
}
.AnyTagClassName
{
color: #963A09;
}
</style>
background-color css
<style>
a { background-color: #963A09; }
a { background-color: rgb(150,58,9); }
div.DivClassName
{
background-color: #963A09;
}
.BgClassName
{
background-color: #963A09;
}
</style>
border-color css
<style>
span { border-color: #963A09; }
span { border-color: rgb(150,58,9); }
td.TdClassName
{
border-color: #963A09;
}
.TagClassName
{
border-color: #963A09;
}
</style>