Shades of Saddle Brown #9C4705
Tints of Saddle Brown #9C4705
RGB
CMYK
RGB Variations
Color information
#9C4705 (or 0x9C4705) is known color: Saddle Brown. HEX triplet: 9C, 47 and 05. RGB value is (156,71,5). Sum of RGB (Red+Green+Blue) = 156+71+5=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4705 is #63B8FA. Grayscale: #595959. Windows color (decimal): -6535419 or 346012. OLE color: 346012.
HSL color Cylindrical-coordinate representation of color #9C4705: hue angle of 26.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C4705 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.39 |
| HSL | 26.23º | 0.94% | 0.32% | - |
| HSV(B) | 26.23º | 0.97% | 0.61% | - |
| XYZ | 15.99 | 11.59 | 1.54 | - |
| YUV | 88.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 5 | 0 | 0.54 | 0.97 | 0.39 | 26.23 | 0.94 | 0.32 |
| Hex | 9C | 47 | 5 | 0 | 36 | 61 | 27 | 1A | 5E | 20 |
| Octal | 234 | 107 | 5 | 0 | 66 | 141 | 47 | 32 | 136 | 40 |
| Binary | 10011100 | 1000111 | 101 | 0 | 110110 | 1100001 | 100111 | 11010 | 1011110 | 100000 |
Color Harmonies of #9C4705
Complementary color
Monochromatic Colors of #9C4705
Black with #9C4705
Text Example
Text Example
White with #9C4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4705; }
p { color: rgb(156,71,5); }
H1.HeaderClassName
{
color: #9C4705;
}
.AnyTagClassName
{
color: #9C4705;
}
</style>
background-color css
<style>
a { background-color: #9C4705; }
a { background-color: rgb(156,71,5); }
div.DivClassName
{
background-color: #9C4705;
}
.BgClassName
{
background-color: #9C4705;
}
</style>
border-color css
<style>
span { border-color: #9C4705; }
span { border-color: rgb(156,71,5); }
td.TdClassName
{
border-color: #9C4705;
}
.TagClassName
{
border-color: #9C4705;
}
</style>