Shades of Golden Brown #9A720B
Tints of Golden Brown #9A720B
RGB
CMYK
RGB Variations
Color information
#9A720B (or 0x9A720B) is known color: Golden Brown. HEX triplet: 9A, 72 and 0B. RGB value is (154,114,11). Sum of RGB (Red+Green+Blue) = 154+114+11=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720B is #658DF4. Grayscale: #727272. Windows color (decimal): -6655477 or 750234. OLE color: 750234.
HSL color Cylindrical-coordinate representation of color #9A720B: hue angle of 43.22º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A720B is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 11 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.40 |
| HSL | 43.22º | 0.87% | 0.32% | - |
| HSV(B) | 43.22º | 0.93% | 0.6% | - |
| XYZ | 19.4 | 18.93 | 2.95 | - |
| YUV | 114.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 11 | 0 | 0.26 | 0.93 | 0.40 | 43.22 | 0.87 | 0.32 |
| Hex | 9A | 72 | B | 0 | 1A | 5D | 28 | 2B | 57 | 20 |
| Octal | 232 | 162 | 13 | 0 | 32 | 135 | 50 | 53 | 127 | 40 |
| Binary | 10011010 | 1110010 | 1011 | 0 | 11010 | 1011101 | 101000 | 101011 | 1010111 | 100000 |
Color Harmonies of #9A720B
Complementary color
Monochromatic Colors of #9A720B
Black with #9A720B
Text Example
Text Example
White with #9A720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A720B; }
p { color: rgb(154,114,11); }
H1.HeaderClassName
{
color: #9A720B;
}
.AnyTagClassName
{
color: #9A720B;
}
</style>
background-color css
<style>
a { background-color: #9A720B; }
a { background-color: rgb(154,114,11); }
div.DivClassName
{
background-color: #9A720B;
}
.BgClassName
{
background-color: #9A720B;
}
</style>
border-color css
<style>
span { border-color: #9A720B; }
span { border-color: rgb(154,114,11); }
td.TdClassName
{
border-color: #9A720B;
}
.TagClassName
{
border-color: #9A720B;
}
</style>