Shades of Saddle Brown #9C4D15
Tints of Saddle Brown #9C4D15
RGB
CMYK
RGB Variations
Color information
#9C4D15 (or 0x9C4D15) is known color: Saddle Brown. HEX triplet: 9C, 4D and 15. RGB value is (156,77,21). Sum of RGB (Red+Green+Blue) = 156+77+21=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D15 is #63B2EA. Grayscale: #5E5E5E. Windows color (decimal): -6533867 or 1396124. OLE color: 1396124.
HSL color Cylindrical-coordinate representation of color #9C4D15: hue angle of 24.89º degrees, saturation: 0.76, 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 #9C4D15 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 21 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.39 |
| HSL | 24.89º | 0.76% | 0.35% | - |
| HSV(B) | 24.89º | 0.87% | 0.61% | - |
| XYZ | 16.5 | 12.43 | 2.24 | - |
| YUV | 94.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 21 | 0 | 0.51 | 0.87 | 0.39 | 24.89 | 0.76 | 0.35 |
| Hex | 9C | 4D | 15 | 0 | 33 | 57 | 27 | 19 | 4C | 23 |
| Octal | 234 | 115 | 25 | 0 | 63 | 127 | 47 | 31 | 114 | 43 |
| Binary | 10011100 | 1001101 | 10101 | 0 | 110011 | 1010111 | 100111 | 11001 | 1001100 | 100011 |
Color Harmonies of #9C4D15
Complementary color
Monochromatic Colors of #9C4D15
Black with #9C4D15
Text Example
Text Example
White with #9C4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D15; }
p { color: rgb(156,77,21); }
H1.HeaderClassName
{
color: #9C4D15;
}
.AnyTagClassName
{
color: #9C4D15;
}
</style>
background-color css
<style>
a { background-color: #9C4D15; }
a { background-color: rgb(156,77,21); }
div.DivClassName
{
background-color: #9C4D15;
}
.BgClassName
{
background-color: #9C4D15;
}
</style>
border-color css
<style>
span { border-color: #9C4D15; }
span { border-color: rgb(156,77,21); }
td.TdClassName
{
border-color: #9C4D15;
}
.TagClassName
{
border-color: #9C4D15;
}
</style>