Shades of Golden Brown #9A7200
Tints of Golden Brown #9A7200
RGB
CMYK
RGB Variations
Color information
#9A7200 (or 0x9A7200) is known color: Golden Brown. HEX triplet: 9A, 72 and 00. RGB value is (154,114,0). Sum of RGB (Red+Green+Blue) = 154+114+0=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7200 is #658DFF. Grayscale: #717171. Windows color (decimal): -6655488 or 29338. OLE color: 29338.
HSL color Cylindrical-coordinate representation of color #9A7200: hue angle of 44.42º 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 #9A7200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.40 |
| HSL | 44.42º | 1% | 0.3% | - |
| HSV(B) | 44.42º | 1% | 0.6% | - |
| XYZ | 19.34 | 18.9 | 2.63 | - |
| YUV | 112.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 0 | 0 | 0.26 | 1 | 0.40 | 44.42 | 1 | 0.3 |
| Hex | 9A | 72 | 0 | 0 | 1A | 64 | 28 | 2C | 64 | 1E |
| Octal | 232 | 162 | 0 | 0 | 32 | 144 | 50 | 54 | 144 | 36 |
| Binary | 10011010 | 1110010 | 0 | 0 | 11010 | 1100100 | 101000 | 101100 | 1100100 | 11110 |
Color Harmonies of #9A7200
Complementary color
Monochromatic Colors of #9A7200
Black with #9A7200
Text Example
Text Example
White with #9A7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7200; }
p { color: rgb(154,114,0); }
H1.HeaderClassName
{
color: #9A7200;
}
.AnyTagClassName
{
color: #9A7200;
}
</style>
background-color css
<style>
a { background-color: #9A7200; }
a { background-color: rgb(154,114,0); }
div.DivClassName
{
background-color: #9A7200;
}
.BgClassName
{
background-color: #9A7200;
}
</style>
border-color css
<style>
span { border-color: #9A7200; }
span { border-color: rgb(154,114,0); }
td.TdClassName
{
border-color: #9A7200;
}
.TagClassName
{
border-color: #9A7200;
}
</style>