Shades of Golden Brown #8F5705
Tints of Golden Brown #8F5705
RGB
CMYK
RGB Variations
Color information
#8F5705 (or 0x8F5705) is known color: Golden Brown. HEX triplet: 8F, 57 and 05. RGB value is (143,87,5). Sum of RGB (Red+Green+Blue) = 143+87+5=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5705 is #70A8FA. Grayscale: #5E5E5E. Windows color (decimal): -7383291 or 350095. OLE color: 350095.
HSL color Cylindrical-coordinate representation of color #8F5705: hue angle of 35.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F5705 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.44 |
| HSL | 35.65º | 0.93% | 0.29% | - |
| HSV(B) | 35.65º | 0.97% | 0.56% | - |
| XYZ | 14.76 | 12.67 | 1.81 | - |
| YUV | 94.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 5 | 0 | 0.39 | 0.97 | 0.44 | 35.65 | 0.93 | 0.29 |
| Hex | 8F | 57 | 5 | 0 | 27 | 61 | 2C | 24 | 5D | 1D |
| Octal | 217 | 127 | 5 | 0 | 47 | 141 | 54 | 44 | 135 | 35 |
| Binary | 10001111 | 1010111 | 101 | 0 | 100111 | 1100001 | 101100 | 100100 | 1011101 | 11101 |
Color Harmonies of #8F5705
Complementary color
Monochromatic Colors of #8F5705
Black with #8F5705
Text Example
Text Example
White with #8F5705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5705; }
p { color: rgb(143,87,5); }
H1.HeaderClassName
{
color: #8F5705;
}
.AnyTagClassName
{
color: #8F5705;
}
</style>
background-color css
<style>
a { background-color: #8F5705; }
a { background-color: rgb(143,87,5); }
div.DivClassName
{
background-color: #8F5705;
}
.BgClassName
{
background-color: #8F5705;
}
</style>
border-color css
<style>
span { border-color: #8F5705; }
span { border-color: rgb(143,87,5); }
td.TdClassName
{
border-color: #8F5705;
}
.TagClassName
{
border-color: #8F5705;
}
</style>