Shades of Golden Brown #9E7404
Tints of Golden Brown #9E7404
RGB
CMYK
RGB Variations
Color information
#9E7404 (or 0x9E7404) is known color: Golden Brown. HEX triplet: 9E, 74 and 04. RGB value is (158,116,4). Sum of RGB (Red+Green+Blue) = 158+116+4=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7404 is #618BFB. Grayscale: #747474. Windows color (decimal): -6392828 or 291998. OLE color: 291998.
HSL color Cylindrical-coordinate representation of color #9E7404: hue angle of 43.64º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E7404 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 4 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.38 |
| HSL | 43.64º | 0.95% | 0.32% | - |
| HSV(B) | 43.64º | 0.97% | 0.62% | - |
| XYZ | 20.37 | 19.77 | 2.86 | - |
| YUV | 115.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 4 | 0 | 0.27 | 0.97 | 0.38 | 43.64 | 0.95 | 0.32 |
| Hex | 9E | 74 | 4 | 0 | 1B | 61 | 26 | 2C | 5F | 20 |
| Octal | 236 | 164 | 4 | 0 | 33 | 141 | 46 | 54 | 137 | 40 |
| Binary | 10011110 | 1110100 | 100 | 0 | 11011 | 1100001 | 100110 | 101100 | 1011111 | 100000 |
Color Harmonies of #9E7404
Complementary color
Monochromatic Colors of #9E7404
Black with #9E7404
Text Example
Text Example
White with #9E7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7404; }
p { color: rgb(158,116,4); }
H1.HeaderClassName
{
color: #9E7404;
}
.AnyTagClassName
{
color: #9E7404;
}
</style>
background-color css
<style>
a { background-color: #9E7404; }
a { background-color: rgb(158,116,4); }
div.DivClassName
{
background-color: #9E7404;
}
.BgClassName
{
background-color: #9E7404;
}
</style>
border-color css
<style>
span { border-color: #9E7404; }
span { border-color: rgb(158,116,4); }
td.TdClassName
{
border-color: #9E7404;
}
.TagClassName
{
border-color: #9E7404;
}
</style>