Shades of Saddle Brown #9C4017
Tints of Saddle Brown #9C4017
RGB
CMYK
RGB Variations
Color information
#9C4017 (or 0x9C4017) is known color: Saddle Brown. HEX triplet: 9C, 40 and 17. RGB value is (156,64,23). Sum of RGB (Red+Green+Blue) = 156+64+23=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4017 is #63BFE8. Grayscale: #575757. Windows color (decimal): -6537193 or 1523868. OLE color: 1523868.
HSL color Cylindrical-coordinate representation of color #9C4017: hue angle of 18.5º degrees, saturation: 0.74, 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 #9C4017 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 23 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.39 |
| HSL | 18.5º | 0.74% | 0.35% | - |
| HSV(B) | 18.5º | 0.85% | 0.61% | - |
| XYZ | 15.7 | 10.8 | 2.07 | - |
| YUV | 86.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 23 | 0 | 0.59 | 0.85 | 0.39 | 18.5 | 0.74 | 0.35 |
| Hex | 9C | 40 | 17 | 0 | 3B | 55 | 27 | 12 | 4A | 23 |
| Octal | 234 | 100 | 27 | 0 | 73 | 125 | 47 | 22 | 112 | 43 |
| Binary | 10011100 | 1000000 | 10111 | 0 | 111011 | 1010101 | 100111 | 10010 | 1001010 | 100011 |
Color Harmonies of #9C4017
Complementary color
Monochromatic Colors of #9C4017
Black with #9C4017
Text Example
Text Example
White with #9C4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4017; }
p { color: rgb(156,64,23); }
H1.HeaderClassName
{
color: #9C4017;
}
.AnyTagClassName
{
color: #9C4017;
}
</style>
background-color css
<style>
a { background-color: #9C4017; }
a { background-color: rgb(156,64,23); }
div.DivClassName
{
background-color: #9C4017;
}
.BgClassName
{
background-color: #9C4017;
}
</style>
border-color css
<style>
span { border-color: #9C4017; }
span { border-color: rgb(156,64,23); }
td.TdClassName
{
border-color: #9C4017;
}
.TagClassName
{
border-color: #9C4017;
}
</style>