Shades of Saddle Brown #9C4808
Tints of Saddle Brown #9C4808
RGB
CMYK
RGB Variations
Color information
#9C4808 (or 0x9C4808) is known color: Saddle Brown. HEX triplet: 9C, 48 and 08. RGB value is (156,72,8). Sum of RGB (Red+Green+Blue) = 156+72+8=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4808 is #63B7F7. Grayscale: #5A5A5A. Windows color (decimal): -6535160 or 542876. OLE color: 542876.
HSL color Cylindrical-coordinate representation of color #9C4808: hue angle of 25.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C4808 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.39 |
| HSL | 25.95º | 0.9% | 0.32% | - |
| HSV(B) | 25.95º | 0.95% | 0.61% | - |
| XYZ | 16.07 | 11.72 | 1.64 | - |
| YUV | 89.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 8 | 0 | 0.54 | 0.95 | 0.39 | 25.95 | 0.9 | 0.32 |
| Hex | 9C | 48 | 8 | 0 | 36 | 5F | 27 | 1A | 5A | 20 |
| Octal | 234 | 110 | 10 | 0 | 66 | 137 | 47 | 32 | 132 | 40 |
| Binary | 10011100 | 1001000 | 1000 | 0 | 110110 | 1011111 | 100111 | 11010 | 1011010 | 100000 |
Color Harmonies of #9C4808
Complementary color
Monochromatic Colors of #9C4808
Black with #9C4808
Text Example
Text Example
White with #9C4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4808; }
p { color: rgb(156,72,8); }
H1.HeaderClassName
{
color: #9C4808;
}
.AnyTagClassName
{
color: #9C4808;
}
</style>
background-color css
<style>
a { background-color: #9C4808; }
a { background-color: rgb(156,72,8); }
div.DivClassName
{
background-color: #9C4808;
}
.BgClassName
{
background-color: #9C4808;
}
</style>
border-color css
<style>
span { border-color: #9C4808; }
span { border-color: rgb(156,72,8); }
td.TdClassName
{
border-color: #9C4808;
}
.TagClassName
{
border-color: #9C4808;
}
</style>