Shades of Golden Brown #9E5A19
Tints of Golden Brown #9E5A19
RGB
CMYK
RGB Variations
Color information
#9E5A19 (or 0x9E5A19) is known color: Golden Brown. HEX triplet: 9E, 5A and 19. RGB value is (158,90,25). Sum of RGB (Red+Green+Blue) = 158+90+25=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5A19 is #61A5E6. Grayscale: #676767. Windows color (decimal): -6399463 or 1661598. OLE color: 1661598.
HSL color Cylindrical-coordinate representation of color #9E5A19: hue angle of 29.32º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E5A19 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 25 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.38 |
| HSL | 29.32º | 0.73% | 0.36% | - |
| HSV(B) | 29.32º | 0.84% | 0.62% | - |
| XYZ | 17.93 | 14.65 | 2.8 | - |
| YUV | 102.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 25 | 0 | 0.43 | 0.84 | 0.38 | 29.32 | 0.73 | 0.36 |
| Hex | 9E | 5A | 19 | 0 | 2B | 54 | 26 | 1D | 49 | 24 |
| Octal | 236 | 132 | 31 | 0 | 53 | 124 | 46 | 35 | 111 | 44 |
| Binary | 10011110 | 1011010 | 11001 | 0 | 101011 | 1010100 | 100110 | 11101 | 1001001 | 100100 |
Color Harmonies of #9E5A19
Complementary color
Monochromatic Colors of #9E5A19
Black with #9E5A19
Text Example
Text Example
White with #9E5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A19; }
p { color: rgb(158,90,25); }
H1.HeaderClassName
{
color: #9E5A19;
}
.AnyTagClassName
{
color: #9E5A19;
}
</style>
background-color css
<style>
a { background-color: #9E5A19; }
a { background-color: rgb(158,90,25); }
div.DivClassName
{
background-color: #9E5A19;
}
.BgClassName
{
background-color: #9E5A19;
}
</style>
border-color css
<style>
span { border-color: #9E5A19; }
span { border-color: rgb(158,90,25); }
td.TdClassName
{
border-color: #9E5A19;
}
.TagClassName
{
border-color: #9E5A19;
}
</style>