Shades of Saddle Brown #9C4C0F
Tints of Saddle Brown #9C4C0F
RGB
CMYK
RGB Variations
Color information
#9C4C0F (or 0x9C4C0F) is known color: Saddle Brown. HEX triplet: 9C, 4C and 0F. RGB value is (156,76,15). Sum of RGB (Red+Green+Blue) = 156+76+15=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4C0F is #63B3F0. Grayscale: #5D5D5D. Windows color (decimal): -6534129 or 1002652. OLE color: 1002652.
HSL color Cylindrical-coordinate representation of color #9C4C0F: hue angle of 25.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C4C0F is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 15 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.39 |
| HSL | 25.96º | 0.82% | 0.34% | - |
| HSV(B) | 25.96º | 0.9% | 0.61% | - |
| XYZ | 16.38 | 12.27 | 1.96 | - |
| YUV | 92.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 15 | 0 | 0.51 | 0.90 | 0.39 | 25.96 | 0.82 | 0.34 |
| Hex | 9C | 4C | F | 0 | 33 | 5A | 27 | 1A | 52 | 22 |
| Octal | 234 | 114 | 17 | 0 | 63 | 132 | 47 | 32 | 122 | 42 |
| Binary | 10011100 | 1001100 | 1111 | 0 | 110011 | 1011010 | 100111 | 11010 | 1010010 | 100010 |
Color Harmonies of #9C4C0F
Complementary color
Monochromatic Colors of #9C4C0F
Black with #9C4C0F
Text Example
Text Example
White with #9C4C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C0F; }
p { color: rgb(156,76,15); }
H1.HeaderClassName
{
color: #9C4C0F;
}
.AnyTagClassName
{
color: #9C4C0F;
}
</style>
background-color css
<style>
a { background-color: #9C4C0F; }
a { background-color: rgb(156,76,15); }
div.DivClassName
{
background-color: #9C4C0F;
}
.BgClassName
{
background-color: #9C4C0F;
}
</style>
border-color css
<style>
span { border-color: #9C4C0F; }
span { border-color: rgb(156,76,15); }
td.TdClassName
{
border-color: #9C4C0F;
}
.TagClassName
{
border-color: #9C4C0F;
}
</style>