Shades of Golden Brown #8F710F
Tints of Golden Brown #8F710F
RGB
CMYK
RGB Variations
Color information
#8F710F (or 0x8F710F) is known color: Golden Brown. HEX triplet: 8F, 71 and 0F. RGB value is (143,113,15). Sum of RGB (Red+Green+Blue) = 143+113+15=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F710F is #708EF0. Grayscale: #6F6F6F. Windows color (decimal): -7376625 or 1012111. OLE color: 1012111.
HSL color Cylindrical-coordinate representation of color #8F710F: hue angle of 45.94º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F710F is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 15 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.44 |
| HSL | 45.94º | 0.81% | 0.31% | - |
| HSV(B) | 45.94º | 0.9% | 0.56% | - |
| XYZ | 17.32 | 17.68 | 2.95 | - |
| YUV | 110.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 15 | 0 | 0.21 | 0.90 | 0.44 | 45.94 | 0.81 | 0.31 |
| Hex | 8F | 71 | F | 0 | 15 | 5A | 2C | 2E | 51 | 1F |
| Octal | 217 | 161 | 17 | 0 | 25 | 132 | 54 | 56 | 121 | 37 |
| Binary | 10001111 | 1110001 | 1111 | 0 | 10101 | 1011010 | 101100 | 101110 | 1010001 | 11111 |
Color Harmonies of #8F710F
Complementary color
Monochromatic Colors of #8F710F
Black with #8F710F
Text Example
Text Example
White with #8F710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F710F; }
p { color: rgb(143,113,15); }
H1.HeaderClassName
{
color: #8F710F;
}
.AnyTagClassName
{
color: #8F710F;
}
</style>
background-color css
<style>
a { background-color: #8F710F; }
a { background-color: rgb(143,113,15); }
div.DivClassName
{
background-color: #8F710F;
}
.BgClassName
{
background-color: #8F710F;
}
</style>
border-color css
<style>
span { border-color: #8F710F; }
span { border-color: rgb(143,113,15); }
td.TdClassName
{
border-color: #8F710F;
}
.TagClassName
{
border-color: #8F710F;
}
</style>