Shades of Golden Brown #9A7302
Tints of Golden Brown #9A7302
RGB
CMYK
RGB Variations
Color information
#9A7302 (or 0x9A7302) is known color: Golden Brown. HEX triplet: 9A, 73 and 02. RGB value is (154,115,2). Sum of RGB (Red+Green+Blue) = 154+115+2=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7302 is #658CFD. Grayscale: #727272. Windows color (decimal): -6655230 or 160666. OLE color: 160666.
HSL color Cylindrical-coordinate representation of color #9A7302: hue angle of 44.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A7302 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.40 |
| HSL | 44.61º | 0.97% | 0.31% | - |
| HSV(B) | 44.61º | 0.99% | 0.6% | - |
| XYZ | 19.47 | 19.14 | 2.72 | - |
| YUV | 113.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 2 | 0 | 0.25 | 0.99 | 0.40 | 44.61 | 0.97 | 0.31 |
| Hex | 9A | 73 | 2 | 0 | 19 | 63 | 28 | 2D | 61 | 1F |
| Octal | 232 | 163 | 2 | 0 | 31 | 143 | 50 | 55 | 141 | 37 |
| Binary | 10011010 | 1110011 | 10 | 0 | 11001 | 1100011 | 101000 | 101101 | 1100001 | 11111 |
Color Harmonies of #9A7302
Complementary color
Monochromatic Colors of #9A7302
Black with #9A7302
Text Example
Text Example
White with #9A7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7302; }
p { color: rgb(154,115,2); }
H1.HeaderClassName
{
color: #9A7302;
}
.AnyTagClassName
{
color: #9A7302;
}
</style>
background-color css
<style>
a { background-color: #9A7302; }
a { background-color: rgb(154,115,2); }
div.DivClassName
{
background-color: #9A7302;
}
.BgClassName
{
background-color: #9A7302;
}
</style>
border-color css
<style>
span { border-color: #9A7302; }
span { border-color: rgb(154,115,2); }
td.TdClassName
{
border-color: #9A7302;
}
.TagClassName
{
border-color: #9A7302;
}
</style>