Shades of Golden Brown #9A720A
Tints of Golden Brown #9A720A
RGB
CMYK
RGB Variations
Color information
#9A720A (or 0x9A720A) is known color: Golden Brown. HEX triplet: 9A, 72 and 0A. RGB value is (154,114,10). Sum of RGB (Red+Green+Blue) = 154+114+10=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720A is #658DF5. Grayscale: #727272. Windows color (decimal): -6655478 or 684698. OLE color: 684698.
HSL color Cylindrical-coordinate representation of color #9A720A: hue angle of 43.33º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A720A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.40 |
| HSL | 43.33º | 0.88% | 0.32% | - |
| HSV(B) | 43.33º | 0.94% | 0.6% | - |
| XYZ | 19.4 | 18.93 | 2.92 | - |
| YUV | 114.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 10 | 0 | 0.26 | 0.94 | 0.40 | 43.33 | 0.88 | 0.32 |
| Hex | 9A | 72 | A | 0 | 1A | 5E | 28 | 2B | 58 | 20 |
| Octal | 232 | 162 | 12 | 0 | 32 | 136 | 50 | 53 | 130 | 40 |
| Binary | 10011010 | 1110010 | 1010 | 0 | 11010 | 1011110 | 101000 | 101011 | 1011000 | 100000 |
Color Harmonies of #9A720A
Complementary color
Monochromatic Colors of #9A720A
Black with #9A720A
Text Example
Text Example
White with #9A720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A720A; }
p { color: rgb(154,114,10); }
H1.HeaderClassName
{
color: #9A720A;
}
.AnyTagClassName
{
color: #9A720A;
}
</style>
background-color css
<style>
a { background-color: #9A720A; }
a { background-color: rgb(154,114,10); }
div.DivClassName
{
background-color: #9A720A;
}
.BgClassName
{
background-color: #9A720A;
}
</style>
border-color css
<style>
span { border-color: #9A720A; }
span { border-color: rgb(154,114,10); }
td.TdClassName
{
border-color: #9A720A;
}
.TagClassName
{
border-color: #9A720A;
}
</style>