Shades of Golden Brown #9E700B
Tints of Golden Brown #9E700B
RGB
CMYK
RGB Variations
Color information
#9E700B (or 0x9E700B) is known color: Golden Brown. HEX triplet: 9E, 70 and 0B. RGB value is (158,112,11). Sum of RGB (Red+Green+Blue) = 158+112+11=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E700B is #618FF4. Grayscale: #727272. Windows color (decimal): -6393845 or 749726. OLE color: 749726.
HSL color Cylindrical-coordinate representation of color #9E700B: hue angle of 41.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E700B is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 11 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.38 |
| HSL | 41.22º | 0.87% | 0.33% | - |
| HSV(B) | 41.22º | 0.93% | 0.62% | - |
| XYZ | 19.96 | 18.88 | 2.91 | - |
| YUV | 114.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 11 | 0 | 0.29 | 0.93 | 0.38 | 41.22 | 0.87 | 0.33 |
| Hex | 9E | 70 | B | 0 | 1D | 5D | 26 | 29 | 57 | 21 |
| Octal | 236 | 160 | 13 | 0 | 35 | 135 | 46 | 51 | 127 | 41 |
| Binary | 10011110 | 1110000 | 1011 | 0 | 11101 | 1011101 | 100110 | 101001 | 1010111 | 100001 |
Color Harmonies of #9E700B
Complementary color
Monochromatic Colors of #9E700B
Black with #9E700B
Text Example
Text Example
White with #9E700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E700B; }
p { color: rgb(158,112,11); }
H1.HeaderClassName
{
color: #9E700B;
}
.AnyTagClassName
{
color: #9E700B;
}
</style>
background-color css
<style>
a { background-color: #9E700B; }
a { background-color: rgb(158,112,11); }
div.DivClassName
{
background-color: #9E700B;
}
.BgClassName
{
background-color: #9E700B;
}
</style>
border-color css
<style>
span { border-color: #9E700B; }
span { border-color: rgb(158,112,11); }
td.TdClassName
{
border-color: #9E700B;
}
.TagClassName
{
border-color: #9E700B;
}
</style>