Shades of Golden Brown #9E5704
Tints of Golden Brown #9E5704
RGB
CMYK
RGB Variations
Color information
#9E5704 (or 0x9E5704) is known color: Golden Brown. HEX triplet: 9E, 57 and 04. RGB value is (158,87,4). Sum of RGB (Red+Green+Blue) = 158+87+4=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5704 is #61A8FB. Grayscale: #636363. Windows color (decimal): -6400252 or 284574. OLE color: 284574.
HSL color Cylindrical-coordinate representation of color #9E5704: hue angle of 32.34º 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 #9E5704 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 4 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.38 |
| HSL | 32.34º | 0.95% | 0.32% | - |
| HSV(B) | 32.34º | 0.97% | 0.62% | - |
| XYZ | 17.53 | 14.09 | 1.91 | - |
| YUV | 98.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 4 | 0 | 0.45 | 0.97 | 0.38 | 32.34 | 0.95 | 0.32 |
| Hex | 9E | 57 | 4 | 0 | 2D | 61 | 26 | 20 | 5F | 20 |
| Octal | 236 | 127 | 4 | 0 | 55 | 141 | 46 | 40 | 137 | 40 |
| Binary | 10011110 | 1010111 | 100 | 0 | 101101 | 1100001 | 100110 | 100000 | 1011111 | 100000 |
Color Harmonies of #9E5704
Complementary color
Monochromatic Colors of #9E5704
Black with #9E5704
Text Example
Text Example
White with #9E5704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5704; }
p { color: rgb(158,87,4); }
H1.HeaderClassName
{
color: #9E5704;
}
.AnyTagClassName
{
color: #9E5704;
}
</style>
background-color css
<style>
a { background-color: #9E5704; }
a { background-color: rgb(158,87,4); }
div.DivClassName
{
background-color: #9E5704;
}
.BgClassName
{
background-color: #9E5704;
}
</style>
border-color css
<style>
span { border-color: #9E5704; }
span { border-color: rgb(158,87,4); }
td.TdClassName
{
border-color: #9E5704;
}
.TagClassName
{
border-color: #9E5704;
}
</style>