Shades of Golden Brown #9E7103
Tints of Golden Brown #9E7103
RGB
CMYK
RGB Variations
Color information
#9E7103 (or 0x9E7103) is known color: Golden Brown. HEX triplet: 9E, 71 and 03. RGB value is (158,113,3). Sum of RGB (Red+Green+Blue) = 158+113+3=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7103 is #618EFC. Grayscale: #727272. Windows color (decimal): -6393597 or 225694. OLE color: 225694.
HSL color Cylindrical-coordinate representation of color #9E7103: hue angle of 42.58º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E7103 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.38 |
| HSL | 42.58º | 0.96% | 0.32% | - |
| HSV(B) | 42.58º | 0.98% | 0.62% | - |
| XYZ | 20.02 | 19.09 | 2.71 | - |
| YUV | 113.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 3 | 0 | 0.28 | 0.98 | 0.38 | 42.58 | 0.96 | 0.32 |
| Hex | 9E | 71 | 3 | 0 | 1C | 62 | 26 | 2B | 60 | 20 |
| Octal | 236 | 161 | 3 | 0 | 34 | 142 | 46 | 53 | 140 | 40 |
| Binary | 10011110 | 1110001 | 11 | 0 | 11100 | 1100010 | 100110 | 101011 | 1100000 | 100000 |
Color Harmonies of #9E7103
Complementary color
Monochromatic Colors of #9E7103
Black with #9E7103
Text Example
Text Example
White with #9E7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7103; }
p { color: rgb(158,113,3); }
H1.HeaderClassName
{
color: #9E7103;
}
.AnyTagClassName
{
color: #9E7103;
}
</style>
background-color css
<style>
a { background-color: #9E7103; }
a { background-color: rgb(158,113,3); }
div.DivClassName
{
background-color: #9E7103;
}
.BgClassName
{
background-color: #9E7103;
}
</style>
border-color css
<style>
span { border-color: #9E7103; }
span { border-color: rgb(158,113,3); }
td.TdClassName
{
border-color: #9E7103;
}
.TagClassName
{
border-color: #9E7103;
}
</style>