Shades of Saddle Brown #9C3C11
Tints of Saddle Brown #9C3C11
RGB
CMYK
RGB Variations
Color information
#9C3C11 (or 0x9C3C11) is known color: Saddle Brown. HEX triplet: 9C, 3C and 11. RGB value is (156,60,17). Sum of RGB (Red+Green+Blue) = 156+60+17=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3C11 is #63C3EE. Grayscale: #545454. Windows color (decimal): -6538223 or 1129628. OLE color: 1129628.
HSL color Cylindrical-coordinate representation of color #9C3C11: hue angle of 18.56º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C3C11 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 17 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.39 |
| HSL | 18.56º | 0.8% | 0.34% | - |
| HSV(B) | 18.56º | 0.89% | 0.61% | - |
| XYZ | 15.43 | 10.34 | 1.71 | - |
| YUV | 83.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 17 | 0 | 0.62 | 0.89 | 0.39 | 18.56 | 0.8 | 0.34 |
| Hex | 9C | 3C | 11 | 0 | 3E | 59 | 27 | 13 | 50 | 22 |
| Octal | 234 | 74 | 21 | 0 | 76 | 131 | 47 | 23 | 120 | 42 |
| Binary | 10011100 | 111100 | 10001 | 0 | 111110 | 1011001 | 100111 | 10011 | 1010000 | 100010 |
Color Harmonies of #9C3C11
Complementary color
Monochromatic Colors of #9C3C11
Black with #9C3C11
Text Example
Text Example
White with #9C3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C11; }
p { color: rgb(156,60,17); }
H1.HeaderClassName
{
color: #9C3C11;
}
.AnyTagClassName
{
color: #9C3C11;
}
</style>
background-color css
<style>
a { background-color: #9C3C11; }
a { background-color: rgb(156,60,17); }
div.DivClassName
{
background-color: #9C3C11;
}
.BgClassName
{
background-color: #9C3C11;
}
</style>
border-color css
<style>
span { border-color: #9C3C11; }
span { border-color: rgb(156,60,17); }
td.TdClassName
{
border-color: #9C3C11;
}
.TagClassName
{
border-color: #9C3C11;
}
</style>