Shades of Golden Brown #9F701A
Tints of Golden Brown #9F701A
RGB
CMYK
RGB Variations
Color information
#9F701A (or 0x9F701A) is known color: Golden Brown. HEX triplet: 9F, 70 and 1A. RGB value is (159,112,26). Sum of RGB (Red+Green+Blue) = 159+112+26=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F701A is #608FE5. Grayscale: #747474. Windows color (decimal): -6328294 or 1732767. OLE color: 1732767.
HSL color Cylindrical-coordinate representation of color #9F701A: hue angle of 38.8º degrees, saturation: 0.72, 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 #9F701A is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 26 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.38 |
| HSL | 38.8º | 0.72% | 0.36% | - |
| HSV(B) | 38.8º | 0.84% | 0.62% | - |
| XYZ | 20.28 | 19.03 | 3.58 | - |
| YUV | 116.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 26 | 0 | 0.30 | 0.84 | 0.38 | 38.8 | 0.72 | 0.36 |
| Hex | 9F | 70 | 1A | 0 | 1E | 54 | 26 | 27 | 48 | 24 |
| Octal | 237 | 160 | 32 | 0 | 36 | 124 | 46 | 47 | 110 | 44 |
| Binary | 10011111 | 1110000 | 11010 | 0 | 11110 | 1010100 | 100110 | 100111 | 1001000 | 100100 |
Color Harmonies of #9F701A
Complementary color
Monochromatic Colors of #9F701A
Black with #9F701A
Text Example
Text Example
White with #9F701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F701A; }
p { color: rgb(159,112,26); }
H1.HeaderClassName
{
color: #9F701A;
}
.AnyTagClassName
{
color: #9F701A;
}
</style>
background-color css
<style>
a { background-color: #9F701A; }
a { background-color: rgb(159,112,26); }
div.DivClassName
{
background-color: #9F701A;
}
.BgClassName
{
background-color: #9F701A;
}
</style>
border-color css
<style>
span { border-color: #9F701A; }
span { border-color: rgb(159,112,26); }
td.TdClassName
{
border-color: #9F701A;
}
.TagClassName
{
border-color: #9F701A;
}
</style>