Shades of Golden Brown #9A7400
Tints of Golden Brown #9A7400
RGB
CMYK
RGB Variations
Color information
#9A7400 (or 0x9A7400) is known color: Golden Brown. HEX triplet: 9A, 74 and 00. RGB value is (154,116,0). Sum of RGB (Red+Green+Blue) = 154+116+0=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7400 is #658BFF. Grayscale: #727272. Windows color (decimal): -6654976 or 29850. OLE color: 29850.
HSL color Cylindrical-coordinate representation of color #9A7400: hue angle of 45.19º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A7400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 116 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.40 |
| HSL | 45.19º | 1% | 0.3% | - |
| HSV(B) | 45.19º | 1% | 0.6% | - |
| XYZ | 19.57 | 19.36 | 2.71 | - |
| YUV | 114.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 0 | 0 | 0.25 | 1 | 0.40 | 45.19 | 1 | 0.3 |
| Hex | 9A | 74 | 0 | 0 | 19 | 64 | 28 | 2D | 64 | 1E |
| Octal | 232 | 164 | 0 | 0 | 31 | 144 | 50 | 55 | 144 | 36 |
| Binary | 10011010 | 1110100 | 0 | 0 | 11001 | 1100100 | 101000 | 101101 | 1100100 | 11110 |
Color Harmonies of #9A7400
Complementary color
Monochromatic Colors of #9A7400
Black with #9A7400
Text Example
Text Example
White with #9A7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7400; }
p { color: rgb(154,116,0); }
H1.HeaderClassName
{
color: #9A7400;
}
.AnyTagClassName
{
color: #9A7400;
}
</style>
background-color css
<style>
a { background-color: #9A7400; }
a { background-color: rgb(154,116,0); }
div.DivClassName
{
background-color: #9A7400;
}
.BgClassName
{
background-color: #9A7400;
}
</style>
border-color css
<style>
span { border-color: #9A7400; }
span { border-color: rgb(154,116,0); }
td.TdClassName
{
border-color: #9A7400;
}
.TagClassName
{
border-color: #9A7400;
}
</style>