Shades of Saddle Brown #9C4B11
Tints of Saddle Brown #9C4B11
RGB
CMYK
RGB Variations
Color information
#9C4B11 (or 0x9C4B11) is known color: Saddle Brown. HEX triplet: 9C, 4B and 11. RGB value is (156,75,17). Sum of RGB (Red+Green+Blue) = 156+75+17=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B11 is #63B4EE. Grayscale: #5C5C5C. Windows color (decimal): -6534383 or 1133468. OLE color: 1133468.
HSL color Cylindrical-coordinate representation of color #9C4B11: hue angle of 25.04º 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 #9C4B11 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 75 | 17 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.39 |
| HSL | 25.04º | 0.8% | 0.34% | - |
| HSV(B) | 25.04º | 0.89% | 0.61% | - |
| XYZ | 16.33 | 12.14 | 2.01 | - |
| YUV | 92.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 17 | 0 | 0.52 | 0.89 | 0.39 | 25.04 | 0.8 | 0.34 |
| Hex | 9C | 4B | 11 | 0 | 34 | 59 | 27 | 19 | 50 | 22 |
| Octal | 234 | 113 | 21 | 0 | 64 | 131 | 47 | 31 | 120 | 42 |
| Binary | 10011100 | 1001011 | 10001 | 0 | 110100 | 1011001 | 100111 | 11001 | 1010000 | 100010 |
Color Harmonies of #9C4B11
Complementary color
Monochromatic Colors of #9C4B11
Black with #9C4B11
Text Example
Text Example
White with #9C4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4B11; }
p { color: rgb(156,75,17); }
H1.HeaderClassName
{
color: #9C4B11;
}
.AnyTagClassName
{
color: #9C4B11;
}
</style>
background-color css
<style>
a { background-color: #9C4B11; }
a { background-color: rgb(156,75,17); }
div.DivClassName
{
background-color: #9C4B11;
}
.BgClassName
{
background-color: #9C4B11;
}
</style>
border-color css
<style>
span { border-color: #9C4B11; }
span { border-color: rgb(156,75,17); }
td.TdClassName
{
border-color: #9C4B11;
}
.TagClassName
{
border-color: #9C4B11;
}
</style>