Shades of Saddle Brown #9C4D13
Tints of Saddle Brown #9C4D13
RGB
CMYK
RGB Variations
Color information
#9C4D13 (or 0x9C4D13) is known color: Saddle Brown. HEX triplet: 9C, 4D and 13. RGB value is (156,77,19). Sum of RGB (Red+Green+Blue) = 156+77+19=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D13 is #63B2EC. Grayscale: #5E5E5E. Windows color (decimal): -6533869 or 1265052. OLE color: 1265052.
HSL color Cylindrical-coordinate representation of color #9C4D13: hue angle of 25.4º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C4D13 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 19 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.39 |
| HSL | 25.4º | 0.78% | 0.34% | - |
| HSV(B) | 25.4º | 0.88% | 0.61% | - |
| XYZ | 16.48 | 12.42 | 2.15 | - |
| YUV | 94.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 19 | 0 | 0.51 | 0.88 | 0.39 | 25.4 | 0.78 | 0.34 |
| Hex | 9C | 4D | 13 | 0 | 33 | 58 | 27 | 19 | 4E | 22 |
| Octal | 234 | 115 | 23 | 0 | 63 | 130 | 47 | 31 | 116 | 42 |
| Binary | 10011100 | 1001101 | 10011 | 0 | 110011 | 1011000 | 100111 | 11001 | 1001110 | 100010 |
Color Harmonies of #9C4D13
Complementary color
Monochromatic Colors of #9C4D13
Black with #9C4D13
Text Example
Text Example
White with #9C4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D13; }
p { color: rgb(156,77,19); }
H1.HeaderClassName
{
color: #9C4D13;
}
.AnyTagClassName
{
color: #9C4D13;
}
</style>
background-color css
<style>
a { background-color: #9C4D13; }
a { background-color: rgb(156,77,19); }
div.DivClassName
{
background-color: #9C4D13;
}
.BgClassName
{
background-color: #9C4D13;
}
</style>
border-color css
<style>
span { border-color: #9C4D13; }
span { border-color: rgb(156,77,19); }
td.TdClassName
{
border-color: #9C4D13;
}
.TagClassName
{
border-color: #9C4D13;
}
</style>