Shades of Golden Brown #9A720D
Tints of Golden Brown #9A720D
RGB
CMYK
RGB Variations
Color information
#9A720D (or 0x9A720D) is known color: Golden Brown. HEX triplet: 9A, 72 and 0D. RGB value is (154,114,13). Sum of RGB (Red+Green+Blue) = 154+114+13=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720D is #658DF2. Grayscale: #727272. Windows color (decimal): -6655475 or 881306. OLE color: 881306.
HSL color Cylindrical-coordinate representation of color #9A720D: hue angle of 42.98º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A720D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.40 |
| HSL | 42.98º | 0.84% | 0.33% | - |
| HSV(B) | 42.98º | 0.92% | 0.6% | - |
| XYZ | 19.42 | 18.93 | 3.01 | - |
| YUV | 114.45 | 70.75 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 13 | 0 | 0.26 | 0.92 | 0.40 | 42.98 | 0.84 | 0.33 |
| Hex | 9A | 72 | D | 0 | 1A | 5C | 28 | 2B | 54 | 21 |
| Octal | 232 | 162 | 15 | 0 | 32 | 134 | 50 | 53 | 124 | 41 |
| Binary | 10011010 | 1110010 | 1101 | 0 | 11010 | 1011100 | 101000 | 101011 | 1010100 | 100001 |
Color Harmonies of #9A720D
Complementary color
Monochromatic Colors of #9A720D
Black with #9A720D
Text Example
Text Example
White with #9A720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A720D; }
p { color: rgb(154,114,13); }
H1.HeaderClassName
{
color: #9A720D;
}
.AnyTagClassName
{
color: #9A720D;
}
</style>
background-color css
<style>
a { background-color: #9A720D; }
a { background-color: rgb(154,114,13); }
div.DivClassName
{
background-color: #9A720D;
}
.BgClassName
{
background-color: #9A720D;
}
</style>
border-color css
<style>
span { border-color: #9A720D; }
span { border-color: rgb(154,114,13); }
td.TdClassName
{
border-color: #9A720D;
}
.TagClassName
{
border-color: #9A720D;
}
</style>