Shades of Saddle Brown #9C4114
Tints of Saddle Brown #9C4114
RGB
CMYK
RGB Variations
Color information
#9C4114 (or 0x9C4114) is known color: Saddle Brown. HEX triplet: 9C, 41 and 14. RGB value is (156,65,20). Sum of RGB (Red+Green+Blue) = 156+65+20=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4114 is #63BEEB. Grayscale: #575757. Windows color (decimal): -6536940 or 1327516. OLE color: 1327516.
HSL color Cylindrical-coordinate representation of color #9C4114: hue angle of 19.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C4114 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 20 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.39 |
| HSL | 19.85º | 0.77% | 0.35% | - |
| HSV(B) | 19.85º | 0.87% | 0.61% | - |
| XYZ | 15.73 | 10.9 | 1.94 | - |
| YUV | 87.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 20 | 0 | 0.58 | 0.87 | 0.39 | 19.85 | 0.77 | 0.35 |
| Hex | 9C | 41 | 14 | 0 | 3A | 57 | 27 | 14 | 4D | 23 |
| Octal | 234 | 101 | 24 | 0 | 72 | 127 | 47 | 24 | 115 | 43 |
| Binary | 10011100 | 1000001 | 10100 | 0 | 111010 | 1010111 | 100111 | 10100 | 1001101 | 100011 |
Color Harmonies of #9C4114
Complementary color
Monochromatic Colors of #9C4114
Black with #9C4114
Text Example
Text Example
White with #9C4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4114; }
p { color: rgb(156,65,20); }
H1.HeaderClassName
{
color: #9C4114;
}
.AnyTagClassName
{
color: #9C4114;
}
</style>
background-color css
<style>
a { background-color: #9C4114; }
a { background-color: rgb(156,65,20); }
div.DivClassName
{
background-color: #9C4114;
}
.BgClassName
{
background-color: #9C4114;
}
</style>
border-color css
<style>
span { border-color: #9C4114; }
span { border-color: rgb(156,65,20); }
td.TdClassName
{
border-color: #9C4114;
}
.TagClassName
{
border-color: #9C4114;
}
</style>