Shades of Saddle Brown #9C4A09
Tints of Saddle Brown #9C4A09
RGB
CMYK
RGB Variations
Color information
#9C4A09 (or 0x9C4A09) is known color: Saddle Brown. HEX triplet: 9C, 4A and 09. RGB value is (156,74,9). Sum of RGB (Red+Green+Blue) = 156+74+9=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4A09 is #63B5F6. Grayscale: #5B5B5B. Windows color (decimal): -6534647 or 608924. OLE color: 608924.
HSL color Cylindrical-coordinate representation of color #9C4A09: hue angle of 26.53º 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 #9C4A09 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 9 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.39 |
| HSL | 26.53º | 0.89% | 0.32% | - |
| HSV(B) | 26.53º | 0.94% | 0.61% | - |
| XYZ | 16.21 | 11.99 | 1.72 | - |
| YUV | 91.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 9 | 0 | 0.53 | 0.94 | 0.39 | 26.53 | 0.89 | 0.32 |
| Hex | 9C | 4A | 9 | 0 | 35 | 5E | 27 | 1B | 59 | 20 |
| Octal | 234 | 112 | 11 | 0 | 65 | 136 | 47 | 33 | 131 | 40 |
| Binary | 10011100 | 1001010 | 1001 | 0 | 110101 | 1011110 | 100111 | 11011 | 1011001 | 100000 |
Color Harmonies of #9C4A09
Complementary color
Monochromatic Colors of #9C4A09
Black with #9C4A09
Text Example
Text Example
White with #9C4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A09; }
p { color: rgb(156,74,9); }
H1.HeaderClassName
{
color: #9C4A09;
}
.AnyTagClassName
{
color: #9C4A09;
}
</style>
background-color css
<style>
a { background-color: #9C4A09; }
a { background-color: rgb(156,74,9); }
div.DivClassName
{
background-color: #9C4A09;
}
.BgClassName
{
background-color: #9C4A09;
}
</style>
border-color css
<style>
span { border-color: #9C4A09; }
span { border-color: rgb(156,74,9); }
td.TdClassName
{
border-color: #9C4A09;
}
.TagClassName
{
border-color: #9C4A09;
}
</style>