Shades of Saddle Brown #9C4018
Tints of Saddle Brown #9C4018
RGB
CMYK
RGB Variations
Color information
#9C4018 (or 0x9C4018) is known color: Saddle Brown. HEX triplet: 9C, 40 and 18. RGB value is (156,64,24). Sum of RGB (Red+Green+Blue) = 156+64+24=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4018 is #63BFE7. Grayscale: #575757. Windows color (decimal): -6537192 or 1589404. OLE color: 1589404.
HSL color Cylindrical-coordinate representation of color #9C4018: hue angle of 18.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C4018 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 24 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.39 |
| HSL | 18.18º | 0.73% | 0.35% | - |
| HSV(B) | 18.18º | 0.85% | 0.61% | - |
| XYZ | 15.71 | 10.8 | 2.12 | - |
| YUV | 86.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 24 | 0 | 0.59 | 0.85 | 0.39 | 18.18 | 0.73 | 0.35 |
| Hex | 9C | 40 | 18 | 0 | 3B | 55 | 27 | 12 | 49 | 23 |
| Octal | 234 | 100 | 30 | 0 | 73 | 125 | 47 | 22 | 111 | 43 |
| Binary | 10011100 | 1000000 | 11000 | 0 | 111011 | 1010101 | 100111 | 10010 | 1001001 | 100011 |
Color Harmonies of #9C4018
Complementary color
Monochromatic Colors of #9C4018
Black with #9C4018
Text Example
Text Example
White with #9C4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4018; }
p { color: rgb(156,64,24); }
H1.HeaderClassName
{
color: #9C4018;
}
.AnyTagClassName
{
color: #9C4018;
}
</style>
background-color css
<style>
a { background-color: #9C4018; }
a { background-color: rgb(156,64,24); }
div.DivClassName
{
background-color: #9C4018;
}
.BgClassName
{
background-color: #9C4018;
}
</style>
border-color css
<style>
span { border-color: #9C4018; }
span { border-color: rgb(156,64,24); }
td.TdClassName
{
border-color: #9C4018;
}
.TagClassName
{
border-color: #9C4018;
}
</style>