Shades of Saddle Brown #9C4714
Tints of Saddle Brown #9C4714
RGB
CMYK
RGB Variations
Color information
#9C4714 (or 0x9C4714) is known color: Saddle Brown. HEX triplet: 9C, 47 and 14. RGB value is (156,71,20). Sum of RGB (Red+Green+Blue) = 156+71+20=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4714 is #63B8EB. Grayscale: #5A5A5A. Windows color (decimal): -6535404 or 1329052. OLE color: 1329052.
HSL color Cylindrical-coordinate representation of color #9C4714: hue angle of 22.5º 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 #9C4714 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 20 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.39 |
| HSL | 22.5º | 0.77% | 0.35% | - |
| HSV(B) | 22.5º | 0.87% | 0.61% | - |
| XYZ | 16.09 | 11.62 | 2.06 | - |
| YUV | 90.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 20 | 0 | 0.54 | 0.87 | 0.39 | 22.5 | 0.77 | 0.35 |
| Hex | 9C | 47 | 14 | 0 | 36 | 57 | 27 | 16 | 4D | 23 |
| Octal | 234 | 107 | 24 | 0 | 66 | 127 | 47 | 26 | 115 | 43 |
| Binary | 10011100 | 1000111 | 10100 | 0 | 110110 | 1010111 | 100111 | 10110 | 1001101 | 100011 |
Color Harmonies of #9C4714
Complementary color
Monochromatic Colors of #9C4714
Black with #9C4714
Text Example
Text Example
White with #9C4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4714; }
p { color: rgb(156,71,20); }
H1.HeaderClassName
{
color: #9C4714;
}
.AnyTagClassName
{
color: #9C4714;
}
</style>
background-color css
<style>
a { background-color: #9C4714; }
a { background-color: rgb(156,71,20); }
div.DivClassName
{
background-color: #9C4714;
}
.BgClassName
{
background-color: #9C4714;
}
</style>
border-color css
<style>
span { border-color: #9C4714; }
span { border-color: rgb(156,71,20); }
td.TdClassName
{
border-color: #9C4714;
}
.TagClassName
{
border-color: #9C4714;
}
</style>