Shades of Golden Brown #9C740F
Tints of Golden Brown #9C740F
RGB
CMYK
RGB Variations
Color information
#9C740F (or 0x9C740F) is known color: Golden Brown. HEX triplet: 9C, 74 and 0F. RGB value is (156,116,15). Sum of RGB (Red+Green+Blue) = 156+116+15=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C740F is #638BF0. Grayscale: #747474. Windows color (decimal): -6523889 or 1012892. OLE color: 1012892.
HSL color Cylindrical-coordinate representation of color #9C740F: hue angle of 42.98º 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 #9C740F is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 15 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.39 |
| HSL | 42.98º | 0.82% | 0.34% | - |
| HSV(B) | 42.98º | 0.9% | 0.61% | - |
| XYZ | 20.04 | 19.59 | 3.18 | - |
| YUV | 116.45 | 70.75 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 15 | 0 | 0.26 | 0.90 | 0.39 | 42.98 | 0.82 | 0.34 |
| Hex | 9C | 74 | F | 0 | 1A | 5A | 27 | 2B | 52 | 22 |
| Octal | 234 | 164 | 17 | 0 | 32 | 132 | 47 | 53 | 122 | 42 |
| Binary | 10011100 | 1110100 | 1111 | 0 | 11010 | 1011010 | 100111 | 101011 | 1010010 | 100010 |
Color Harmonies of #9C740F
Complementary color
Monochromatic Colors of #9C740F
Black with #9C740F
Text Example
Text Example
White with #9C740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C740F; }
p { color: rgb(156,116,15); }
H1.HeaderClassName
{
color: #9C740F;
}
.AnyTagClassName
{
color: #9C740F;
}
</style>
background-color css
<style>
a { background-color: #9C740F; }
a { background-color: rgb(156,116,15); }
div.DivClassName
{
background-color: #9C740F;
}
.BgClassName
{
background-color: #9C740F;
}
</style>
border-color css
<style>
span { border-color: #9C740F; }
span { border-color: rgb(156,116,15); }
td.TdClassName
{
border-color: #9C740F;
}
.TagClassName
{
border-color: #9C740F;
}
</style>