Shades of Golden Brown #8F7108
Tints of Golden Brown #8F7108
RGB
CMYK
RGB Variations
Color information
#8F7108 (or 0x8F7108) is known color: Golden Brown. HEX triplet: 8F, 71 and 08. RGB value is (143,113,8). Sum of RGB (Red+Green+Blue) = 143+113+8=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7108 is #708EF7. Grayscale: #6E6E6E. Windows color (decimal): -7376632 or 553359. OLE color: 553359.
HSL color Cylindrical-coordinate representation of color #8F7108: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F7108 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 8 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.44 |
| HSL | 46.67º | 0.89% | 0.3% | - |
| HSV(B) | 46.67º | 0.94% | 0.56% | - |
| XYZ | 17.28 | 17.67 | 2.73 | - |
| YUV | 110 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 8 | 0 | 0.21 | 0.94 | 0.44 | 46.67 | 0.89 | 0.3 |
| Hex | 8F | 71 | 8 | 0 | 15 | 5E | 2C | 2F | 59 | 1E |
| Octal | 217 | 161 | 10 | 0 | 25 | 136 | 54 | 57 | 131 | 36 |
| Binary | 10001111 | 1110001 | 1000 | 0 | 10101 | 1011110 | 101100 | 101111 | 1011001 | 11110 |
Color Harmonies of #8F7108
Complementary color
Monochromatic Colors of #8F7108
Black with #8F7108
Text Example
Text Example
White with #8F7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7108; }
p { color: rgb(143,113,8); }
H1.HeaderClassName
{
color: #8F7108;
}
.AnyTagClassName
{
color: #8F7108;
}
</style>
background-color css
<style>
a { background-color: #8F7108; }
a { background-color: rgb(143,113,8); }
div.DivClassName
{
background-color: #8F7108;
}
.BgClassName
{
background-color: #8F7108;
}
</style>
border-color css
<style>
span { border-color: #8F7108; }
span { border-color: rgb(143,113,8); }
td.TdClassName
{
border-color: #8F7108;
}
.TagClassName
{
border-color: #8F7108;
}
</style>