Shades of Golden Brown #9E7408
Tints of Golden Brown #9E7408
RGB
CMYK
RGB Variations
Color information
#9E7408 (or 0x9E7408) is known color: Golden Brown. HEX triplet: 9E, 74 and 08. RGB value is (158,116,8). Sum of RGB (Red+Green+Blue) = 158+116+8=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7408 is #618BF7. Grayscale: #747474. Windows color (decimal): -6392824 or 554142. OLE color: 554142.
HSL color Cylindrical-coordinate representation of color #9E7408: hue angle of 43.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E7408 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 8 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.38 |
| HSL | 43.2º | 0.9% | 0.33% | - |
| HSV(B) | 43.2º | 0.95% | 0.62% | - |
| XYZ | 20.39 | 19.78 | 2.97 | - |
| YUV | 116.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 8 | 0 | 0.27 | 0.95 | 0.38 | 43.2 | 0.9 | 0.33 |
| Hex | 9E | 74 | 8 | 0 | 1B | 5F | 26 | 2B | 5A | 21 |
| Octal | 236 | 164 | 10 | 0 | 33 | 137 | 46 | 53 | 132 | 41 |
| Binary | 10011110 | 1110100 | 1000 | 0 | 11011 | 1011111 | 100110 | 101011 | 1011010 | 100001 |
Color Harmonies of #9E7408
Complementary color
Monochromatic Colors of #9E7408
Black with #9E7408
Text Example
Text Example
White with #9E7408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7408; }
p { color: rgb(158,116,8); }
H1.HeaderClassName
{
color: #9E7408;
}
.AnyTagClassName
{
color: #9E7408;
}
</style>
background-color css
<style>
a { background-color: #9E7408; }
a { background-color: rgb(158,116,8); }
div.DivClassName
{
background-color: #9E7408;
}
.BgClassName
{
background-color: #9E7408;
}
</style>
border-color css
<style>
span { border-color: #9E7408; }
span { border-color: rgb(158,116,8); }
td.TdClassName
{
border-color: #9E7408;
}
.TagClassName
{
border-color: #9E7408;
}
</style>