Shades of Saddle Brown #9C4D0B
Tints of Saddle Brown #9C4D0B
RGB
CMYK
RGB Variations
Color information
#9C4D0B (or 0x9C4D0B) is known color: Saddle Brown. HEX triplet: 9C, 4D and 0B. RGB value is (156,77,11). Sum of RGB (Red+Green+Blue) = 156+77+11=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D0B is #63B2F4. Grayscale: #5D5D5D. Windows color (decimal): -6533877 or 740764. OLE color: 740764.
HSL color Cylindrical-coordinate representation of color #9C4D0B: hue angle of 27.31º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C4D0B is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 11 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.39 |
| HSL | 27.31º | 0.87% | 0.33% | - |
| HSV(B) | 27.31º | 0.93% | 0.61% | - |
| XYZ | 16.42 | 12.4 | 1.84 | - |
| YUV | 93.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 11 | 0 | 0.51 | 0.93 | 0.39 | 27.31 | 0.87 | 0.33 |
| Hex | 9C | 4D | B | 0 | 33 | 5D | 27 | 1B | 57 | 21 |
| Octal | 234 | 115 | 13 | 0 | 63 | 135 | 47 | 33 | 127 | 41 |
| Binary | 10011100 | 1001101 | 1011 | 0 | 110011 | 1011101 | 100111 | 11011 | 1010111 | 100001 |
Color Harmonies of #9C4D0B
Complementary color
Monochromatic Colors of #9C4D0B
Black with #9C4D0B
Text Example
Text Example
White with #9C4D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D0B; }
p { color: rgb(156,77,11); }
H1.HeaderClassName
{
color: #9C4D0B;
}
.AnyTagClassName
{
color: #9C4D0B;
}
</style>
background-color css
<style>
a { background-color: #9C4D0B; }
a { background-color: rgb(156,77,11); }
div.DivClassName
{
background-color: #9C4D0B;
}
.BgClassName
{
background-color: #9C4D0B;
}
</style>
border-color css
<style>
span { border-color: #9C4D0B; }
span { border-color: rgb(156,77,11); }
td.TdClassName
{
border-color: #9C4D0B;
}
.TagClassName
{
border-color: #9C4D0B;
}
</style>