Shades of Golden Brown #9F701D
Tints of Golden Brown #9F701D
RGB
CMYK
RGB Variations
Color information
#9F701D (or 0x9F701D) is known color: Golden Brown. HEX triplet: 9F, 70 and 1D. RGB value is (159,112,29). Sum of RGB (Red+Green+Blue) = 159+112+29=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F701D is #608FE2. Grayscale: #747474. Windows color (decimal): -6328291 or 1929375. OLE color: 1929375.
HSL color Cylindrical-coordinate representation of color #9F701D: hue angle of 38.31º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F701D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 29 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.38 |
| HSL | 38.31º | 0.69% | 0.37% | - |
| HSV(B) | 38.31º | 0.82% | 0.62% | - |
| XYZ | 20.31 | 19.05 | 3.77 | - |
| YUV | 116.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 29 | 0 | 0.30 | 0.82 | 0.38 | 38.31 | 0.69 | 0.37 |
| Hex | 9F | 70 | 1D | 0 | 1E | 52 | 26 | 26 | 45 | 25 |
| Octal | 237 | 160 | 35 | 0 | 36 | 122 | 46 | 46 | 105 | 45 |
| Binary | 10011111 | 1110000 | 11101 | 0 | 11110 | 1010010 | 100110 | 100110 | 1000101 | 100101 |
Color Harmonies of #9F701D
Complementary color
Monochromatic Colors of #9F701D
Black with #9F701D
Text Example
Text Example
White with #9F701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F701D; }
p { color: rgb(159,112,29); }
H1.HeaderClassName
{
color: #9F701D;
}
.AnyTagClassName
{
color: #9F701D;
}
</style>
background-color css
<style>
a { background-color: #9F701D; }
a { background-color: rgb(159,112,29); }
div.DivClassName
{
background-color: #9F701D;
}
.BgClassName
{
background-color: #9F701D;
}
</style>
border-color css
<style>
span { border-color: #9F701D; }
span { border-color: rgb(159,112,29); }
td.TdClassName
{
border-color: #9F701D;
}
.TagClassName
{
border-color: #9F701D;
}
</style>