Shades of Golden Brown #9C7400
Tints of Golden Brown #9C7400
RGB
CMYK
RGB Variations
Color information
#9C7400 (or 0x9C7400) is known color: Golden Brown. HEX triplet: 9C, 74 and 00. RGB value is (156,116,0). Sum of RGB (Red+Green+Blue) = 156+116+0=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7400 is #638BFF. Grayscale: #737373. Windows color (decimal): -6523904 or 29852. OLE color: 29852.
HSL color Cylindrical-coordinate representation of color #9C7400: hue angle of 44.62º 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 #9C7400 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.39 |
| HSL | 44.62º | 1% | 0.31% | - |
| HSV(B) | 44.62º | 1% | 0.61% | - |
| XYZ | 19.96 | 19.56 | 2.72 | - |
| YUV | 114.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 0 | 0 | 0.26 | 1 | 0.39 | 44.62 | 1 | 0.31 |
| Hex | 9C | 74 | 0 | 0 | 1A | 64 | 27 | 2D | 64 | 1F |
| Octal | 234 | 164 | 0 | 0 | 32 | 144 | 47 | 55 | 144 | 37 |
| Binary | 10011100 | 1110100 | 0 | 0 | 11010 | 1100100 | 100111 | 101101 | 1100100 | 11111 |
Color Harmonies of #9C7400
Complementary color
Monochromatic Colors of #9C7400
Black with #9C7400
Text Example
Text Example
White with #9C7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7400; }
p { color: rgb(156,116,0); }
H1.HeaderClassName
{
color: #9C7400;
}
.AnyTagClassName
{
color: #9C7400;
}
</style>
background-color css
<style>
a { background-color: #9C7400; }
a { background-color: rgb(156,116,0); }
div.DivClassName
{
background-color: #9C7400;
}
.BgClassName
{
background-color: #9C7400;
}
</style>
border-color css
<style>
span { border-color: #9C7400; }
span { border-color: rgb(156,116,0); }
td.TdClassName
{
border-color: #9C7400;
}
.TagClassName
{
border-color: #9C7400;
}
</style>