Shades of Saddle Brown #9C4614
Tints of Saddle Brown #9C4614
RGB
CMYK
RGB Variations
Color information
#9C4614 (or 0x9C4614) is known color: Saddle Brown. HEX triplet: 9C, 46 and 14. RGB value is (156,70,20). Sum of RGB (Red+Green+Blue) = 156+70+20=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4614 is #63B9EB. Grayscale: #5A5A5A. Windows color (decimal): -6535660 or 1328796. OLE color: 1328796.
HSL color Cylindrical-coordinate representation of color #9C4614: hue angle of 22.06º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C4614 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 20 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.39 |
| HSL | 22.06º | 0.77% | 0.35% | - |
| HSV(B) | 22.06º | 0.87% | 0.61% | - |
| XYZ | 16.03 | 11.5 | 2.04 | - |
| YUV | 90.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 20 | 0 | 0.55 | 0.87 | 0.39 | 22.06 | 0.77 | 0.35 |
| Hex | 9C | 46 | 14 | 0 | 37 | 57 | 27 | 16 | 4D | 23 |
| Octal | 234 | 106 | 24 | 0 | 67 | 127 | 47 | 26 | 115 | 43 |
| Binary | 10011100 | 1000110 | 10100 | 0 | 110111 | 1010111 | 100111 | 10110 | 1001101 | 100011 |
Color Harmonies of #9C4614
Complementary color
Monochromatic Colors of #9C4614
Black with #9C4614
Text Example
Text Example
White with #9C4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4614; }
p { color: rgb(156,70,20); }
H1.HeaderClassName
{
color: #9C4614;
}
.AnyTagClassName
{
color: #9C4614;
}
</style>
background-color css
<style>
a { background-color: #9C4614; }
a { background-color: rgb(156,70,20); }
div.DivClassName
{
background-color: #9C4614;
}
.BgClassName
{
background-color: #9C4614;
}
</style>
border-color css
<style>
span { border-color: #9C4614; }
span { border-color: rgb(156,70,20); }
td.TdClassName
{
border-color: #9C4614;
}
.TagClassName
{
border-color: #9C4614;
}
</style>