Shades of Golden Brown #9F7019
Tints of Golden Brown #9F7019
RGB
CMYK
RGB Variations
Color information
#9F7019 (or 0x9F7019) is known color: Golden Brown. HEX triplet: 9F, 70 and 19. RGB value is (159,112,25). Sum of RGB (Red+Green+Blue) = 159+112+25=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7019 is #608FE6. Grayscale: #747474. Windows color (decimal): -6328295 or 1667231. OLE color: 1667231.
HSL color Cylindrical-coordinate representation of color #9F7019: hue angle of 38.96º 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 #9F7019 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 25 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.38 |
| HSL | 38.96º | 0.73% | 0.36% | - |
| HSV(B) | 38.96º | 0.84% | 0.62% | - |
| XYZ | 20.27 | 19.03 | 3.52 | - |
| YUV | 116.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 25 | 0 | 0.30 | 0.84 | 0.38 | 38.96 | 0.73 | 0.36 |
| Hex | 9F | 70 | 19 | 0 | 1E | 54 | 26 | 27 | 49 | 24 |
| Octal | 237 | 160 | 31 | 0 | 36 | 124 | 46 | 47 | 111 | 44 |
| Binary | 10011111 | 1110000 | 11001 | 0 | 11110 | 1010100 | 100110 | 100111 | 1001001 | 100100 |
Color Harmonies of #9F7019
Complementary color
Monochromatic Colors of #9F7019
Black with #9F7019
Text Example
Text Example
White with #9F7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7019; }
p { color: rgb(159,112,25); }
H1.HeaderClassName
{
color: #9F7019;
}
.AnyTagClassName
{
color: #9F7019;
}
</style>
background-color css
<style>
a { background-color: #9F7019; }
a { background-color: rgb(159,112,25); }
div.DivClassName
{
background-color: #9F7019;
}
.BgClassName
{
background-color: #9F7019;
}
</style>
border-color css
<style>
span { border-color: #9F7019; }
span { border-color: rgb(159,112,25); }
td.TdClassName
{
border-color: #9F7019;
}
.TagClassName
{
border-color: #9F7019;
}
</style>