Shades of Golden Brown #8C570F
Tints of Golden Brown #8C570F
RGB
CMYK
RGB Variations
Color information
#8C570F (or 0x8C570F) is known color: Golden Brown. HEX triplet: 8C, 57 and 0F. RGB value is (140,87,15). Sum of RGB (Red+Green+Blue) = 140+87+15=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C570F is #73A8F0. Grayscale: #5E5E5E. Windows color (decimal): -7579889 or 1005452. OLE color: 1005452.
HSL color Cylindrical-coordinate representation of color #8C570F: hue angle of 34.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C570F is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 15 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.45 |
| HSL | 34.56º | 0.81% | 0.3% | - |
| HSV(B) | 34.56º | 0.89% | 0.55% | - |
| XYZ | 14.31 | 12.43 | 2.1 | - |
| YUV | 94.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 15 | 0 | 0.38 | 0.89 | 0.45 | 34.56 | 0.81 | 0.3 |
| Hex | 8C | 57 | F | 0 | 26 | 59 | 2D | 23 | 51 | 1E |
| Octal | 214 | 127 | 17 | 0 | 46 | 131 | 55 | 43 | 121 | 36 |
| Binary | 10001100 | 1010111 | 1111 | 0 | 100110 | 1011001 | 101101 | 100011 | 1010001 | 11110 |
Color Harmonies of #8C570F
Complementary color
Monochromatic Colors of #8C570F
Black with #8C570F
Text Example
Text Example
White with #8C570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C570F; }
p { color: rgb(140,87,15); }
H1.HeaderClassName
{
color: #8C570F;
}
.AnyTagClassName
{
color: #8C570F;
}
</style>
background-color css
<style>
a { background-color: #8C570F; }
a { background-color: rgb(140,87,15); }
div.DivClassName
{
background-color: #8C570F;
}
.BgClassName
{
background-color: #8C570F;
}
</style>
border-color css
<style>
span { border-color: #8C570F; }
span { border-color: rgb(140,87,15); }
td.TdClassName
{
border-color: #8C570F;
}
.TagClassName
{
border-color: #8C570F;
}
</style>