Shades of Golden Brown #9A7010
Tints of Golden Brown #9A7010
RGB
CMYK
RGB Variations
Color information
#9A7010 (or 0x9A7010) is known color: Golden Brown. HEX triplet: 9A, 70 and 10. RGB value is (154,112,16). Sum of RGB (Red+Green+Blue) = 154+112+16=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7010 is #658FEF. Grayscale: #727272. Windows color (decimal): -6655984 or 1077402. OLE color: 1077402.
HSL color Cylindrical-coordinate representation of color #9A7010: hue angle of 41.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A7010 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 16 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.40 |
| HSL | 41.74º | 0.81% | 0.33% | - |
| HSV(B) | 41.74º | 0.9% | 0.6% | - |
| XYZ | 19.21 | 18.5 | 3.05 | - |
| YUV | 113.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 16 | 0 | 0.27 | 0.90 | 0.40 | 41.74 | 0.81 | 0.33 |
| Hex | 9A | 70 | 10 | 0 | 1B | 5A | 28 | 2A | 51 | 21 |
| Octal | 232 | 160 | 20 | 0 | 33 | 132 | 50 | 52 | 121 | 41 |
| Binary | 10011010 | 1110000 | 10000 | 0 | 11011 | 1011010 | 101000 | 101010 | 1010001 | 100001 |
Color Harmonies of #9A7010
Complementary color
Monochromatic Colors of #9A7010
Black with #9A7010
Text Example
Text Example
White with #9A7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7010; }
p { color: rgb(154,112,16); }
H1.HeaderClassName
{
color: #9A7010;
}
.AnyTagClassName
{
color: #9A7010;
}
</style>
background-color css
<style>
a { background-color: #9A7010; }
a { background-color: rgb(154,112,16); }
div.DivClassName
{
background-color: #9A7010;
}
.BgClassName
{
background-color: #9A7010;
}
</style>
border-color css
<style>
span { border-color: #9A7010; }
span { border-color: rgb(154,112,16); }
td.TdClassName
{
border-color: #9A7010;
}
.TagClassName
{
border-color: #9A7010;
}
</style>