Shades of Golden Brown #9C7900
Tints of Golden Brown #9C7900
RGB
CMYK
RGB Variations
Color information
#9C7900 (or 0x9C7900) is known color: Golden Brown. HEX triplet: 9C, 79 and 00. RGB value is (156,121,0). Sum of RGB (Red+Green+Blue) = 156+121+0=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7900 is #6386FF. Grayscale: #767676. Windows color (decimal): -6522624 or 31132. OLE color: 31132.
HSL color Cylindrical-coordinate representation of color #9C7900: hue angle of 46.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C7900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.39 |
| HSL | 46.54º | 1% | 0.31% | - |
| HSV(B) | 46.54º | 1% | 0.61% | - |
| XYZ | 20.55 | 20.74 | 2.92 | - |
| YUV | 117.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 0 | 0 | 0.22 | 1 | 0.39 | 46.54 | 1 | 0.31 |
| Hex | 9C | 79 | 0 | 0 | 16 | 64 | 27 | 2F | 64 | 1F |
| Octal | 234 | 171 | 0 | 0 | 26 | 144 | 47 | 57 | 144 | 37 |
| Binary | 10011100 | 1111001 | 0 | 0 | 10110 | 1100100 | 100111 | 101111 | 1100100 | 11111 |
Color Harmonies of #9C7900
Complementary color
Monochromatic Colors of #9C7900
Black with #9C7900
Text Example
Text Example
White with #9C7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7900; }
p { color: rgb(156,121,0); }
H1.HeaderClassName
{
color: #9C7900;
}
.AnyTagClassName
{
color: #9C7900;
}
</style>
background-color css
<style>
a { background-color: #9C7900; }
a { background-color: rgb(156,121,0); }
div.DivClassName
{
background-color: #9C7900;
}
.BgClassName
{
background-color: #9C7900;
}
</style>
border-color css
<style>
span { border-color: #9C7900; }
span { border-color: rgb(156,121,0); }
td.TdClassName
{
border-color: #9C7900;
}
.TagClassName
{
border-color: #9C7900;
}
</style>