Shades of Golden Brown #8F570C
Tints of Golden Brown #8F570C
RGB
CMYK
RGB Variations
Color information
#8F570C (or 0x8F570C) is known color: Golden Brown. HEX triplet: 8F, 57 and 0C. RGB value is (143,87,12). Sum of RGB (Red+Green+Blue) = 143+87+12=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F570C is #70A8F3. Grayscale: #5F5F5F. Windows color (decimal): -7383284 or 808847. OLE color: 808847.
HSL color Cylindrical-coordinate representation of color #8F570C: hue angle of 34.35º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F570C is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 12 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.44 |
| HSL | 34.35º | 0.85% | 0.3% | - |
| HSV(B) | 34.35º | 0.92% | 0.56% | - |
| XYZ | 14.8 | 12.68 | 2.02 | - |
| YUV | 95.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 12 | 0 | 0.39 | 0.92 | 0.44 | 34.35 | 0.85 | 0.3 |
| Hex | 8F | 57 | C | 0 | 27 | 5C | 2C | 22 | 55 | 1E |
| Octal | 217 | 127 | 14 | 0 | 47 | 134 | 54 | 42 | 125 | 36 |
| Binary | 10001111 | 1010111 | 1100 | 0 | 100111 | 1011100 | 101100 | 100010 | 1010101 | 11110 |
Color Harmonies of #8F570C
Complementary color
Monochromatic Colors of #8F570C
Black with #8F570C
Text Example
Text Example
White with #8F570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F570C; }
p { color: rgb(143,87,12); }
H1.HeaderClassName
{
color: #8F570C;
}
.AnyTagClassName
{
color: #8F570C;
}
</style>
background-color css
<style>
a { background-color: #8F570C; }
a { background-color: rgb(143,87,12); }
div.DivClassName
{
background-color: #8F570C;
}
.BgClassName
{
background-color: #8F570C;
}
</style>
border-color css
<style>
span { border-color: #8F570C; }
span { border-color: rgb(143,87,12); }
td.TdClassName
{
border-color: #8F570C;
}
.TagClassName
{
border-color: #8F570C;
}
</style>