Shades of Golden Brown #9E580B
Tints of Golden Brown #9E580B
RGB
CMYK
RGB Variations
Color information
#9E580B (or 0x9E580B) is known color: Golden Brown. HEX triplet: 9E, 58 and 0B. RGB value is (158,88,11). Sum of RGB (Red+Green+Blue) = 158+88+11=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E580B is #61A7F4. Grayscale: #646464. Windows color (decimal): -6399989 or 743582. OLE color: 743582.
HSL color Cylindrical-coordinate representation of color #9E580B: hue angle of 31.43º 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 #9E580B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 11 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.38 |
| HSL | 31.43º | 0.87% | 0.33% | - |
| HSV(B) | 31.43º | 0.93% | 0.62% | - |
| XYZ | 17.65 | 14.27 | 2.14 | - |
| YUV | 100.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 11 | 0 | 0.44 | 0.93 | 0.38 | 31.43 | 0.87 | 0.33 |
| Hex | 9E | 58 | B | 0 | 2C | 5D | 26 | 1F | 57 | 21 |
| Octal | 236 | 130 | 13 | 0 | 54 | 135 | 46 | 37 | 127 | 41 |
| Binary | 10011110 | 1011000 | 1011 | 0 | 101100 | 1011101 | 100110 | 11111 | 1010111 | 100001 |
Color Harmonies of #9E580B
Complementary color
Monochromatic Colors of #9E580B
Black with #9E580B
Text Example
Text Example
White with #9E580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E580B; }
p { color: rgb(158,88,11); }
H1.HeaderClassName
{
color: #9E580B;
}
.AnyTagClassName
{
color: #9E580B;
}
</style>
background-color css
<style>
a { background-color: #9E580B; }
a { background-color: rgb(158,88,11); }
div.DivClassName
{
background-color: #9E580B;
}
.BgClassName
{
background-color: #9E580B;
}
</style>
border-color css
<style>
span { border-color: #9E580B; }
span { border-color: rgb(158,88,11); }
td.TdClassName
{
border-color: #9E580B;
}
.TagClassName
{
border-color: #9E580B;
}
</style>