Shades of Saddle Brown #9C4709
Tints of Saddle Brown #9C4709
RGB
CMYK
RGB Variations
Color information
#9C4709 (or 0x9C4709) is known color: Saddle Brown. HEX triplet: 9C, 47 and 09. RGB value is (156,71,9). Sum of RGB (Red+Green+Blue) = 156+71+9=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4709 is #63B8F6. Grayscale: #595959. Windows color (decimal): -6535415 or 608156. OLE color: 608156.
HSL color Cylindrical-coordinate representation of color #9C4709: hue angle of 25.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C4709 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 9 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.39 |
| HSL | 25.31º | 0.89% | 0.32% | - |
| HSV(B) | 25.31º | 0.94% | 0.61% | - |
| XYZ | 16.01 | 11.59 | 1.65 | - |
| YUV | 89.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 9 | 0 | 0.54 | 0.94 | 0.39 | 25.31 | 0.89 | 0.32 |
| Hex | 9C | 47 | 9 | 0 | 36 | 5E | 27 | 19 | 59 | 20 |
| Octal | 234 | 107 | 11 | 0 | 66 | 136 | 47 | 31 | 131 | 40 |
| Binary | 10011100 | 1000111 | 1001 | 0 | 110110 | 1011110 | 100111 | 11001 | 1011001 | 100000 |
Color Harmonies of #9C4709
Complementary color
Monochromatic Colors of #9C4709
Black with #9C4709
Text Example
Text Example
White with #9C4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4709; }
p { color: rgb(156,71,9); }
H1.HeaderClassName
{
color: #9C4709;
}
.AnyTagClassName
{
color: #9C4709;
}
</style>
background-color css
<style>
a { background-color: #9C4709; }
a { background-color: rgb(156,71,9); }
div.DivClassName
{
background-color: #9C4709;
}
.BgClassName
{
background-color: #9C4709;
}
</style>
border-color css
<style>
span { border-color: #9C4709; }
span { border-color: rgb(156,71,9); }
td.TdClassName
{
border-color: #9C4709;
}
.TagClassName
{
border-color: #9C4709;
}
</style>