Shades of Golden Brown #9A720E
Tints of Golden Brown #9A720E
RGB
CMYK
RGB Variations
Color information
#9A720E (or 0x9A720E) is known color: Golden Brown. HEX triplet: 9A, 72 and 0E. RGB value is (154,114,14). Sum of RGB (Red+Green+Blue) = 154+114+14=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720E is #658DF1. Grayscale: #727272. Windows color (decimal): -6655474 or 946842. OLE color: 946842.
HSL color Cylindrical-coordinate representation of color #9A720E: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A720E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 14 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.40 |
| HSL | 42.86º | 0.83% | 0.33% | - |
| HSV(B) | 42.86º | 0.91% | 0.6% | - |
| XYZ | 19.42 | 18.94 | 3.05 | - |
| YUV | 114.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 14 | 0 | 0.26 | 0.91 | 0.40 | 42.86 | 0.83 | 0.33 |
| Hex | 9A | 72 | E | 0 | 1A | 5B | 28 | 2B | 53 | 21 |
| Octal | 232 | 162 | 16 | 0 | 32 | 133 | 50 | 53 | 123 | 41 |
| Binary | 10011010 | 1110010 | 1110 | 0 | 11010 | 1011011 | 101000 | 101011 | 1010011 | 100001 |
Color Harmonies of #9A720E
Complementary color
Monochromatic Colors of #9A720E
Black with #9A720E
Text Example
Text Example
White with #9A720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A720E; }
p { color: rgb(154,114,14); }
H1.HeaderClassName
{
color: #9A720E;
}
.AnyTagClassName
{
color: #9A720E;
}
</style>
background-color css
<style>
a { background-color: #9A720E; }
a { background-color: rgb(154,114,14); }
div.DivClassName
{
background-color: #9A720E;
}
.BgClassName
{
background-color: #9A720E;
}
</style>
border-color css
<style>
span { border-color: #9A720E; }
span { border-color: rgb(154,114,14); }
td.TdClassName
{
border-color: #9A720E;
}
.TagClassName
{
border-color: #9A720E;
}
</style>