Shades of Saddle Brown #9C4D14
Tints of Saddle Brown #9C4D14
RGB
CMYK
RGB Variations
Color information
#9C4D14 (or 0x9C4D14) is known color: Saddle Brown. HEX triplet: 9C, 4D and 14. RGB value is (156,77,20). Sum of RGB (Red+Green+Blue) = 156+77+20=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D14 is #63B2EB. Grayscale: #5E5E5E. Windows color (decimal): -6533868 or 1330588. OLE color: 1330588.
HSL color Cylindrical-coordinate representation of color #9C4D14: hue angle of 25.15º 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 #9C4D14 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 20 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.39 |
| HSL | 25.15º | 0.77% | 0.35% | - |
| HSV(B) | 25.15º | 0.87% | 0.61% | - |
| XYZ | 16.49 | 12.43 | 2.19 | - |
| YUV | 94.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 20 | 0 | 0.51 | 0.87 | 0.39 | 25.15 | 0.77 | 0.35 |
| Hex | 9C | 4D | 14 | 0 | 33 | 57 | 27 | 19 | 4D | 23 |
| Octal | 234 | 115 | 24 | 0 | 63 | 127 | 47 | 31 | 115 | 43 |
| Binary | 10011100 | 1001101 | 10100 | 0 | 110011 | 1010111 | 100111 | 11001 | 1001101 | 100011 |
Color Harmonies of #9C4D14
Complementary color
Monochromatic Colors of #9C4D14
Black with #9C4D14
Text Example
Text Example
White with #9C4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D14; }
p { color: rgb(156,77,20); }
H1.HeaderClassName
{
color: #9C4D14;
}
.AnyTagClassName
{
color: #9C4D14;
}
</style>
background-color css
<style>
a { background-color: #9C4D14; }
a { background-color: rgb(156,77,20); }
div.DivClassName
{
background-color: #9C4D14;
}
.BgClassName
{
background-color: #9C4D14;
}
</style>
border-color css
<style>
span { border-color: #9C4D14; }
span { border-color: rgb(156,77,20); }
td.TdClassName
{
border-color: #9C4D14;
}
.TagClassName
{
border-color: #9C4D14;
}
</style>