Shades of Golden Brown #8F560F
Tints of Golden Brown #8F560F
RGB
CMYK
RGB Variations
Color information
#8F560F (or 0x8F560F) is known color: Golden Brown. HEX triplet: 8F, 56 and 0F. RGB value is (143,86,15). Sum of RGB (Red+Green+Blue) = 143+86+15=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F560F is #70A9F0. Grayscale: #5F5F5F. Windows color (decimal): -7383537 or 1005199. OLE color: 1005199.
HSL color Cylindrical-coordinate representation of color #8F560F: hue angle of 33.28º 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 #8F560F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 15 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.44 |
| HSL | 33.28º | 0.81% | 0.31% | - |
| HSV(B) | 33.28º | 0.9% | 0.56% | - |
| XYZ | 14.74 | 12.53 | 2.09 | - |
| YUV | 94.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 15 | 0 | 0.40 | 0.90 | 0.44 | 33.28 | 0.81 | 0.31 |
| Hex | 8F | 56 | F | 0 | 28 | 5A | 2C | 21 | 51 | 1F |
| Octal | 217 | 126 | 17 | 0 | 50 | 132 | 54 | 41 | 121 | 37 |
| Binary | 10001111 | 1010110 | 1111 | 0 | 101000 | 1011010 | 101100 | 100001 | 1010001 | 11111 |
Color Harmonies of #8F560F
Complementary color
Monochromatic Colors of #8F560F
Black with #8F560F
Text Example
Text Example
White with #8F560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F560F; }
p { color: rgb(143,86,15); }
H1.HeaderClassName
{
color: #8F560F;
}
.AnyTagClassName
{
color: #8F560F;
}
</style>
background-color css
<style>
a { background-color: #8F560F; }
a { background-color: rgb(143,86,15); }
div.DivClassName
{
background-color: #8F560F;
}
.BgClassName
{
background-color: #8F560F;
}
</style>
border-color css
<style>
span { border-color: #8F560F; }
span { border-color: rgb(143,86,15); }
td.TdClassName
{
border-color: #8F560F;
}
.TagClassName
{
border-color: #8F560F;
}
</style>