Shades of Golden Brown #9E7502
Tints of Golden Brown #9E7502
RGB
CMYK
RGB Variations
Color information
#9E7502 (or 0x9E7502) is known color: Golden Brown. HEX triplet: 9E, 75 and 02. RGB value is (158,117,2). Sum of RGB (Red+Green+Blue) = 158+117+2=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7502 is #618AFD. Grayscale: #747474. Windows color (decimal): -6392574 or 161182. OLE color: 161182.
HSL color Cylindrical-coordinate representation of color #9E7502: hue angle of 44.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E7502 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.38 |
| HSL | 44.23º | 0.98% | 0.31% | - |
| HSV(B) | 44.23º | 0.99% | 0.62% | - |
| XYZ | 20.47 | 20 | 2.84 | - |
| YUV | 116.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 2 | 0 | 0.26 | 0.99 | 0.38 | 44.23 | 0.98 | 0.31 |
| Hex | 9E | 75 | 2 | 0 | 1A | 63 | 26 | 2C | 62 | 1F |
| Octal | 236 | 165 | 2 | 0 | 32 | 143 | 46 | 54 | 142 | 37 |
| Binary | 10011110 | 1110101 | 10 | 0 | 11010 | 1100011 | 100110 | 101100 | 1100010 | 11111 |
Color Harmonies of #9E7502
Complementary color
Monochromatic Colors of #9E7502
Black with #9E7502
Text Example
Text Example
White with #9E7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7502; }
p { color: rgb(158,117,2); }
H1.HeaderClassName
{
color: #9E7502;
}
.AnyTagClassName
{
color: #9E7502;
}
</style>
background-color css
<style>
a { background-color: #9E7502; }
a { background-color: rgb(158,117,2); }
div.DivClassName
{
background-color: #9E7502;
}
.BgClassName
{
background-color: #9E7502;
}
</style>
border-color css
<style>
span { border-color: #9E7502; }
span { border-color: rgb(158,117,2); }
td.TdClassName
{
border-color: #9E7502;
}
.TagClassName
{
border-color: #9E7502;
}
</style>