Shades of Golden Brown #9E5F03
Tints of Golden Brown #9E5F03
RGB
CMYK
RGB Variations
Color information
#9E5F03 (or 0x9E5F03) is known color: Golden Brown. HEX triplet: 9E, 5F and 03. RGB value is (158,95,3). Sum of RGB (Red+Green+Blue) = 158+95+3=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5F03 is #61A0FC. Grayscale: #676767. Windows color (decimal): -6398205 or 221086. OLE color: 221086.
HSL color Cylindrical-coordinate representation of color #9E5F03: hue angle of 35.61º 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 #9E5F03 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 95 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.38 |
| HSL | 35.61º | 0.96% | 0.32% | - |
| HSV(B) | 35.61º | 0.98% | 0.62% | - |
| XYZ | 18.21 | 15.46 | 2.11 | - |
| YUV | 103.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 3 | 0 | 0.40 | 0.98 | 0.38 | 35.61 | 0.96 | 0.32 |
| Hex | 9E | 5F | 3 | 0 | 28 | 62 | 26 | 24 | 60 | 20 |
| Octal | 236 | 137 | 3 | 0 | 50 | 142 | 46 | 44 | 140 | 40 |
| Binary | 10011110 | 1011111 | 11 | 0 | 101000 | 1100010 | 100110 | 100100 | 1100000 | 100000 |
Color Harmonies of #9E5F03
Complementary color
Monochromatic Colors of #9E5F03
Black with #9E5F03
Text Example
Text Example
White with #9E5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5F03; }
p { color: rgb(158,95,3); }
H1.HeaderClassName
{
color: #9E5F03;
}
.AnyTagClassName
{
color: #9E5F03;
}
</style>
background-color css
<style>
a { background-color: #9E5F03; }
a { background-color: rgb(158,95,3); }
div.DivClassName
{
background-color: #9E5F03;
}
.BgClassName
{
background-color: #9E5F03;
}
</style>
border-color css
<style>
span { border-color: #9E5F03; }
span { border-color: rgb(158,95,3); }
td.TdClassName
{
border-color: #9E5F03;
}
.TagClassName
{
border-color: #9E5F03;
}
</style>