Shades of Saddle Brown #9C4311
Tints of Saddle Brown #9C4311
RGB
CMYK
RGB Variations
Color information
#9C4311 (or 0x9C4311) is known color: Saddle Brown. HEX triplet: 9C, 43 and 11. RGB value is (156,67,17). Sum of RGB (Red+Green+Blue) = 156+67+17=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4311 is #63BCEE. Grayscale: #585858. Windows color (decimal): -6536431 or 1131420. OLE color: 1131420.
HSL color Cylindrical-coordinate representation of color #9C4311: hue angle of 21.58º 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 #9C4311 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 17 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.39 |
| HSL | 21.58º | 0.8% | 0.34% | - |
| HSV(B) | 21.58º | 0.89% | 0.61% | - |
| XYZ | 15.82 | 11.12 | 1.84 | - |
| YUV | 87.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 17 | 0 | 0.57 | 0.89 | 0.39 | 21.58 | 0.8 | 0.34 |
| Hex | 9C | 43 | 11 | 0 | 39 | 59 | 27 | 16 | 50 | 22 |
| Octal | 234 | 103 | 21 | 0 | 71 | 131 | 47 | 26 | 120 | 42 |
| Binary | 10011100 | 1000011 | 10001 | 0 | 111001 | 1011001 | 100111 | 10110 | 1010000 | 100010 |
Color Harmonies of #9C4311
Complementary color
Monochromatic Colors of #9C4311
Black with #9C4311
Text Example
Text Example
White with #9C4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4311; }
p { color: rgb(156,67,17); }
H1.HeaderClassName
{
color: #9C4311;
}
.AnyTagClassName
{
color: #9C4311;
}
</style>
background-color css
<style>
a { background-color: #9C4311; }
a { background-color: rgb(156,67,17); }
div.DivClassName
{
background-color: #9C4311;
}
.BgClassName
{
background-color: #9C4311;
}
</style>
border-color css
<style>
span { border-color: #9C4311; }
span { border-color: rgb(156,67,17); }
td.TdClassName
{
border-color: #9C4311;
}
.TagClassName
{
border-color: #9C4311;
}
</style>