Shades of Golden Brown #8C570B
Tints of Golden Brown #8C570B
RGB
CMYK
RGB Variations
Color information
#8C570B (or 0x8C570B) is known color: Golden Brown. HEX triplet: 8C, 57 and 0B. RGB value is (140,87,11). Sum of RGB (Red+Green+Blue) = 140+87+11=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C570B is #73A8F4. Grayscale: #5E5E5E. Windows color (decimal): -7579893 or 743308. OLE color: 743308.
HSL color Cylindrical-coordinate representation of color #8C570B: hue angle of 35.35º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C570B is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 11 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.45 |
| HSL | 35.35º | 0.85% | 0.3% | - |
| HSV(B) | 35.35º | 0.92% | 0.55% | - |
| XYZ | 14.28 | 12.42 | 1.96 | - |
| YUV | 94.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 11 | 0 | 0.38 | 0.92 | 0.45 | 35.35 | 0.85 | 0.3 |
| Hex | 8C | 57 | B | 0 | 26 | 5C | 2D | 23 | 55 | 1E |
| Octal | 214 | 127 | 13 | 0 | 46 | 134 | 55 | 43 | 125 | 36 |
| Binary | 10001100 | 1010111 | 1011 | 0 | 100110 | 1011100 | 101101 | 100011 | 1010101 | 11110 |
Color Harmonies of #8C570B
Complementary color
Monochromatic Colors of #8C570B
Black with #8C570B
Text Example
Text Example
White with #8C570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C570B; }
p { color: rgb(140,87,11); }
H1.HeaderClassName
{
color: #8C570B;
}
.AnyTagClassName
{
color: #8C570B;
}
</style>
background-color css
<style>
a { background-color: #8C570B; }
a { background-color: rgb(140,87,11); }
div.DivClassName
{
background-color: #8C570B;
}
.BgClassName
{
background-color: #8C570B;
}
</style>
border-color css
<style>
span { border-color: #8C570B; }
span { border-color: rgb(140,87,11); }
td.TdClassName
{
border-color: #8C570B;
}
.TagClassName
{
border-color: #8C570B;
}
</style>