Shades of Corn Harvest #876E2F
Tints of Corn Harvest #876E2F
RGB
CMYK
RGB Variations
Color information
#876E2F (or 0x876E2F) is known color: Corn Harvest. HEX triplet: 87, 6E and 2F. RGB value is (135,110,47). Sum of RGB (Red+Green+Blue) = 135+110+47=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #876E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876E2F is #7891D0. Grayscale: #6E6E6E. Windows color (decimal): -7901649 or 3108487. OLE color: 3108487.
HSL color Cylindrical-coordinate representation of color #876E2F: hue angle of 42.95º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #876E2F is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 47 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.47 |
| HSL | 42.95º | 0.48% | 0.36% | - |
| HSV(B) | 42.95º | 0.65% | 0.53% | - |
| XYZ | 16.08 | 16.51 | 5.03 | - |
| YUV | 110.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 47 | 0 | 0.19 | 0.65 | 0.47 | 42.95 | 0.48 | 0.36 |
| Hex | 87 | 6E | 2F | 0 | 13 | 41 | 2F | 2B | 30 | 24 |
| Octal | 207 | 156 | 57 | 0 | 23 | 101 | 57 | 53 | 60 | 44 |
| Binary | 10000111 | 1101110 | 101111 | 0 | 10011 | 1000001 | 101111 | 101011 | 110000 | 100100 |
Color Harmonies of #876E2F
Complementary color
Monochromatic Colors of #876E2F
Black with #876E2F
Text Example
Text Example
White with #876E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E2F; }
p { color: rgb(135,110,47); }
H1.HeaderClassName
{
color: #876E2F;
}
.AnyTagClassName
{
color: #876E2F;
}
</style>
background-color css
<style>
a { background-color: #876E2F; }
a { background-color: rgb(135,110,47); }
div.DivClassName
{
background-color: #876E2F;
}
.BgClassName
{
background-color: #876E2F;
}
</style>
border-color css
<style>
span { border-color: #876E2F; }
span { border-color: rgb(135,110,47); }
td.TdClassName
{
border-color: #876E2F;
}
.TagClassName
{
border-color: #876E2F;
}
</style>