Shades of Golden Brown #9F5E03
Tints of Golden Brown #9F5E03
RGB
CMYK
RGB Variations
Color information
#9F5E03 (or 0x9F5E03) is known color: Golden Brown. HEX triplet: 9F, 5E and 03. RGB value is (159,94,3). Sum of RGB (Red+Green+Blue) = 159+94+3=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5E03 is #60A1FC. Grayscale: #676767. Windows color (decimal): -6332925 or 220831. OLE color: 220831.
HSL color Cylindrical-coordinate representation of color #9F5E03: hue angle of 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 #9F5E03 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.38 |
| HSL | 35º | 0.96% | 0.32% | - |
| HSV(B) | 35º | 0.98% | 0.62% | - |
| XYZ | 18.32 | 15.38 | 2.09 | - |
| YUV | 103.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 3 | 0 | 0.41 | 0.98 | 0.38 | 35 | 0.96 | 0.32 |
| Hex | 9F | 5E | 3 | 0 | 29 | 62 | 26 | 23 | 60 | 20 |
| Octal | 237 | 136 | 3 | 0 | 51 | 142 | 46 | 43 | 140 | 40 |
| Binary | 10011111 | 1011110 | 11 | 0 | 101001 | 1100010 | 100110 | 100011 | 1100000 | 100000 |
Color Harmonies of #9F5E03
Complementary color
Monochromatic Colors of #9F5E03
Black with #9F5E03
Text Example
Text Example
White with #9F5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E03; }
p { color: rgb(159,94,3); }
H1.HeaderClassName
{
color: #9F5E03;
}
.AnyTagClassName
{
color: #9F5E03;
}
</style>
background-color css
<style>
a { background-color: #9F5E03; }
a { background-color: rgb(159,94,3); }
div.DivClassName
{
background-color: #9F5E03;
}
.BgClassName
{
background-color: #9F5E03;
}
</style>
border-color css
<style>
span { border-color: #9F5E03; }
span { border-color: rgb(159,94,3); }
td.TdClassName
{
border-color: #9F5E03;
}
.TagClassName
{
border-color: #9F5E03;
}
</style>