Shades of Golden Brown #9C700B
Tints of Golden Brown #9C700B
RGB
CMYK
RGB Variations
Color information
#9C700B (or 0x9C700B) is known color: Golden Brown. HEX triplet: 9C, 70 and 0B. RGB value is (156,112,11). Sum of RGB (Red+Green+Blue) = 156+112+11=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C700B is #638FF4. Grayscale: #727272. Windows color (decimal): -6524917 or 749724. OLE color: 749724.
HSL color Cylindrical-coordinate representation of color #9C700B: hue angle of 41.79º 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 #9C700B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 11 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.39 |
| HSL | 41.79º | 0.87% | 0.33% | - |
| HSV(B) | 41.79º | 0.93% | 0.61% | - |
| XYZ | 19.56 | 18.68 | 2.89 | - |
| YUV | 113.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 11 | 0 | 0.28 | 0.93 | 0.39 | 41.79 | 0.87 | 0.33 |
| Hex | 9C | 70 | B | 0 | 1C | 5D | 27 | 2A | 57 | 21 |
| Octal | 234 | 160 | 13 | 0 | 34 | 135 | 47 | 52 | 127 | 41 |
| Binary | 10011100 | 1110000 | 1011 | 0 | 11100 | 1011101 | 100111 | 101010 | 1010111 | 100001 |
Color Harmonies of #9C700B
Complementary color
Monochromatic Colors of #9C700B
Black with #9C700B
Text Example
Text Example
White with #9C700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C700B; }
p { color: rgb(156,112,11); }
H1.HeaderClassName
{
color: #9C700B;
}
.AnyTagClassName
{
color: #9C700B;
}
</style>
background-color css
<style>
a { background-color: #9C700B; }
a { background-color: rgb(156,112,11); }
div.DivClassName
{
background-color: #9C700B;
}
.BgClassName
{
background-color: #9C700B;
}
</style>
border-color css
<style>
span { border-color: #9C700B; }
span { border-color: rgb(156,112,11); }
td.TdClassName
{
border-color: #9C700B;
}
.TagClassName
{
border-color: #9C700B;
}
</style>