Shades of Golden Brown #9F7213
Tints of Golden Brown #9F7213
RGB
CMYK
RGB Variations
Color information
#9F7213 (or 0x9F7213) is known color: Golden Brown. HEX triplet: 9F, 72 and 13. RGB value is (159,114,19). Sum of RGB (Red+Green+Blue) = 159+114+19=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7213 is #608DEC. Grayscale: #757575. Windows color (decimal): -6327789 or 1274527. OLE color: 1274527.
HSL color Cylindrical-coordinate representation of color #9F7213: hue angle of 40.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F7213 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 19 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.38 |
| HSL | 40.71º | 0.79% | 0.35% | - |
| HSV(B) | 40.71º | 0.88% | 0.62% | - |
| XYZ | 20.43 | 19.45 | 3.29 | - |
| YUV | 116.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 19 | 0 | 0.28 | 0.88 | 0.38 | 40.71 | 0.79 | 0.35 |
| Hex | 9F | 72 | 13 | 0 | 1C | 58 | 26 | 29 | 4F | 23 |
| Octal | 237 | 162 | 23 | 0 | 34 | 130 | 46 | 51 | 117 | 43 |
| Binary | 10011111 | 1110010 | 10011 | 0 | 11100 | 1011000 | 100110 | 101001 | 1001111 | 100011 |
Color Harmonies of #9F7213
Complementary color
Monochromatic Colors of #9F7213
Black with #9F7213
Text Example
Text Example
White with #9F7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7213; }
p { color: rgb(159,114,19); }
H1.HeaderClassName
{
color: #9F7213;
}
.AnyTagClassName
{
color: #9F7213;
}
</style>
background-color css
<style>
a { background-color: #9F7213; }
a { background-color: rgb(159,114,19); }
div.DivClassName
{
background-color: #9F7213;
}
.BgClassName
{
background-color: #9F7213;
}
</style>
border-color css
<style>
span { border-color: #9F7213; }
span { border-color: rgb(159,114,19); }
td.TdClassName
{
border-color: #9F7213;
}
.TagClassName
{
border-color: #9F7213;
}
</style>