Shades of Saddle Brown #9C4805
Tints of Saddle Brown #9C4805
RGB
CMYK
RGB Variations
Color information
#9C4805 (or 0x9C4805) is known color: Saddle Brown. HEX triplet: 9C, 48 and 05. RGB value is (156,72,5). Sum of RGB (Red+Green+Blue) = 156+72+5=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4805 is #63B7FA. Grayscale: #595959. Windows color (decimal): -6535163 or 346268. OLE color: 346268.
HSL color Cylindrical-coordinate representation of color #9C4805: hue angle of 26.62º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C4805 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.39 |
| HSL | 26.62º | 0.94% | 0.32% | - |
| HSV(B) | 26.62º | 0.97% | 0.61% | - |
| XYZ | 16.06 | 11.71 | 1.56 | - |
| YUV | 89.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 5 | 0 | 0.54 | 0.97 | 0.39 | 26.62 | 0.94 | 0.32 |
| Hex | 9C | 48 | 5 | 0 | 36 | 61 | 27 | 1B | 5E | 20 |
| Octal | 234 | 110 | 5 | 0 | 66 | 141 | 47 | 33 | 136 | 40 |
| Binary | 10011100 | 1001000 | 101 | 0 | 110110 | 1100001 | 100111 | 11011 | 1011110 | 100000 |
Color Harmonies of #9C4805
Complementary color
Monochromatic Colors of #9C4805
Black with #9C4805
Text Example
Text Example
White with #9C4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4805; }
p { color: rgb(156,72,5); }
H1.HeaderClassName
{
color: #9C4805;
}
.AnyTagClassName
{
color: #9C4805;
}
</style>
background-color css
<style>
a { background-color: #9C4805; }
a { background-color: rgb(156,72,5); }
div.DivClassName
{
background-color: #9C4805;
}
.BgClassName
{
background-color: #9C4805;
}
</style>
border-color css
<style>
span { border-color: #9C4805; }
span { border-color: rgb(156,72,5); }
td.TdClassName
{
border-color: #9C4805;
}
.TagClassName
{
border-color: #9C4805;
}
</style>