Shades of Golden Brown #9F7302
Tints of Golden Brown #9F7302
RGB
CMYK
RGB Variations
Color information
#9F7302 (or 0x9F7302) is known color: Golden Brown. HEX triplet: 9F, 73 and 02. RGB value is (159,115,2). Sum of RGB (Red+Green+Blue) = 159+115+2=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7302 is #608CFD. Grayscale: #737373. Windows color (decimal): -6327550 or 160671. OLE color: 160671.
HSL color Cylindrical-coordinate representation of color #9F7302: hue angle of 43.18º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F7302 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.38 |
| HSL | 43.18º | 0.98% | 0.32% | - |
| HSV(B) | 43.18º | 0.99% | 0.62% | - |
| XYZ | 20.44 | 19.64 | 2.77 | - |
| YUV | 115.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 2 | 0 | 0.28 | 0.99 | 0.38 | 43.18 | 0.98 | 0.32 |
| Hex | 9F | 73 | 2 | 0 | 1C | 63 | 26 | 2B | 62 | 20 |
| Octal | 237 | 163 | 2 | 0 | 34 | 143 | 46 | 53 | 142 | 40 |
| Binary | 10011111 | 1110011 | 10 | 0 | 11100 | 1100011 | 100110 | 101011 | 1100010 | 100000 |
Color Harmonies of #9F7302
Complementary color
Monochromatic Colors of #9F7302
Black with #9F7302
Text Example
Text Example
White with #9F7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7302; }
p { color: rgb(159,115,2); }
H1.HeaderClassName
{
color: #9F7302;
}
.AnyTagClassName
{
color: #9F7302;
}
</style>
background-color css
<style>
a { background-color: #9F7302; }
a { background-color: rgb(159,115,2); }
div.DivClassName
{
background-color: #9F7302;
}
.BgClassName
{
background-color: #9F7302;
}
</style>
border-color css
<style>
span { border-color: #9F7302; }
span { border-color: rgb(159,115,2); }
td.TdClassName
{
border-color: #9F7302;
}
.TagClassName
{
border-color: #9F7302;
}
</style>