Shades of Golden Brown #9E5403
Tints of Golden Brown #9E5403
RGB
CMYK
RGB Variations
Color information
#9E5403 (or 0x9E5403) is known color: Golden Brown. HEX triplet: 9E, 54 and 03. RGB value is (158,84,3). Sum of RGB (Red+Green+Blue) = 158+84+3=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5403 is #61ABFC. Grayscale: #616161. Windows color (decimal): -6401021 or 218270. OLE color: 218270.
HSL color Cylindrical-coordinate representation of color #9E5403: hue angle of 31.35º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E5403 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 3 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.38 |
| HSL | 31.35º | 0.96% | 0.32% | - |
| HSV(B) | 31.35º | 0.98% | 0.62% | - |
| XYZ | 17.29 | 13.62 | 1.8 | - |
| YUV | 96.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 3 | 0 | 0.47 | 0.98 | 0.38 | 31.35 | 0.96 | 0.32 |
| Hex | 9E | 54 | 3 | 0 | 2F | 62 | 26 | 1F | 60 | 20 |
| Octal | 236 | 124 | 3 | 0 | 57 | 142 | 46 | 37 | 140 | 40 |
| Binary | 10011110 | 1010100 | 11 | 0 | 101111 | 1100010 | 100110 | 11111 | 1100000 | 100000 |
Color Harmonies of #9E5403
Complementary color
Monochromatic Colors of #9E5403
Black with #9E5403
Text Example
Text Example
White with #9E5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5403; }
p { color: rgb(158,84,3); }
H1.HeaderClassName
{
color: #9E5403;
}
.AnyTagClassName
{
color: #9E5403;
}
</style>
background-color css
<style>
a { background-color: #9E5403; }
a { background-color: rgb(158,84,3); }
div.DivClassName
{
background-color: #9E5403;
}
.BgClassName
{
background-color: #9E5403;
}
</style>
border-color css
<style>
span { border-color: #9E5403; }
span { border-color: rgb(158,84,3); }
td.TdClassName
{
border-color: #9E5403;
}
.TagClassName
{
border-color: #9E5403;
}
</style>