Shades of Golden Brown #8F7110
Tints of Golden Brown #8F7110
RGB
CMYK
RGB Variations
Color information
#8F7110 (or 0x8F7110) is known color: Golden Brown. HEX triplet: 8F, 71 and 10. RGB value is (143,113,16). Sum of RGB (Red+Green+Blue) = 143+113+16=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7110 is #708EEF. Grayscale: #6F6F6F. Windows color (decimal): -7376624 or 1077647. OLE color: 1077647.
HSL color Cylindrical-coordinate representation of color #8F7110: hue angle of 45.83º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F7110 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 16 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.44 |
| HSL | 45.83º | 0.8% | 0.31% | - |
| HSV(B) | 45.83º | 0.89% | 0.56% | - |
| XYZ | 17.33 | 17.69 | 2.99 | - |
| YUV | 110.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 16 | 0 | 0.21 | 0.89 | 0.44 | 45.83 | 0.8 | 0.31 |
| Hex | 8F | 71 | 10 | 0 | 15 | 59 | 2C | 2E | 50 | 1F |
| Octal | 217 | 161 | 20 | 0 | 25 | 131 | 54 | 56 | 120 | 37 |
| Binary | 10001111 | 1110001 | 10000 | 0 | 10101 | 1011001 | 101100 | 101110 | 1010000 | 11111 |
Color Harmonies of #8F7110
Complementary color
Monochromatic Colors of #8F7110
Black with #8F7110
Text Example
Text Example
White with #8F7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7110; }
p { color: rgb(143,113,16); }
H1.HeaderClassName
{
color: #8F7110;
}
.AnyTagClassName
{
color: #8F7110;
}
</style>
background-color css
<style>
a { background-color: #8F7110; }
a { background-color: rgb(143,113,16); }
div.DivClassName
{
background-color: #8F7110;
}
.BgClassName
{
background-color: #8F7110;
}
</style>
border-color css
<style>
span { border-color: #8F7110; }
span { border-color: rgb(143,113,16); }
td.TdClassName
{
border-color: #8F7110;
}
.TagClassName
{
border-color: #8F7110;
}
</style>