Shades of Corn Harvest #876D2F
Tints of Corn Harvest #876D2F
RGB
CMYK
RGB Variations
Color information
#876D2F (or 0x876D2F) is known color: Corn Harvest. HEX triplet: 87, 6D and 2F. RGB value is (135,109,47). Sum of RGB (Red+Green+Blue) = 135+109+47=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #876D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D2F is #7892D0. Grayscale: #6D6D6D. Windows color (decimal): -7901905 or 3108231. OLE color: 3108231.
HSL color Cylindrical-coordinate representation of color #876D2F: hue angle of 42.27º 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 #876D2F is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 47 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.47 |
| HSL | 42.27º | 0.48% | 0.36% | - |
| HSV(B) | 42.27º | 0.65% | 0.53% | - |
| XYZ | 15.97 | 16.29 | 4.99 | - |
| YUV | 109.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 47 | 0 | 0.19 | 0.65 | 0.47 | 42.27 | 0.48 | 0.36 |
| Hex | 87 | 6D | 2F | 0 | 13 | 41 | 2F | 2A | 30 | 24 |
| Octal | 207 | 155 | 57 | 0 | 23 | 101 | 57 | 52 | 60 | 44 |
| Binary | 10000111 | 1101101 | 101111 | 0 | 10011 | 1000001 | 101111 | 101010 | 110000 | 100100 |
Color Harmonies of #876D2F
Complementary color
Monochromatic Colors of #876D2F
Black with #876D2F
Text Example
Text Example
White with #876D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D2F; }
p { color: rgb(135,109,47); }
H1.HeaderClassName
{
color: #876D2F;
}
.AnyTagClassName
{
color: #876D2F;
}
</style>
background-color css
<style>
a { background-color: #876D2F; }
a { background-color: rgb(135,109,47); }
div.DivClassName
{
background-color: #876D2F;
}
.BgClassName
{
background-color: #876D2F;
}
</style>
border-color css
<style>
span { border-color: #876D2F; }
span { border-color: rgb(135,109,47); }
td.TdClassName
{
border-color: #876D2F;
}
.TagClassName
{
border-color: #876D2F;
}
</style>