Shades of Corn Harvest #876D32
Tints of Corn Harvest #876D32
RGB
CMYK
RGB Variations
Color information
#876D32 (or 0x876D32) is known color: Corn Harvest. HEX triplet: 87, 6D and 32. RGB value is (135,109,50). Sum of RGB (Red+Green+Blue) = 135+109+50=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #876D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D32 is #7892CD. Grayscale: #6E6E6E. Windows color (decimal): -7901902 or 3304839. OLE color: 3304839.
HSL color Cylindrical-coordinate representation of color #876D32: hue angle of 41.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #876D32 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 50 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.47 |
| HSL | 41.65º | 0.46% | 0.36% | - |
| HSV(B) | 41.65º | 0.63% | 0.53% | - |
| XYZ | 16.04 | 16.32 | 5.32 | - |
| YUV | 110.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 50 | 0 | 0.19 | 0.63 | 0.47 | 41.65 | 0.46 | 0.36 |
| Hex | 87 | 6D | 32 | 0 | 13 | 3F | 2F | 2A | 2E | 24 |
| Octal | 207 | 155 | 62 | 0 | 23 | 77 | 57 | 52 | 56 | 44 |
| Binary | 10000111 | 1101101 | 110010 | 0 | 10011 | 111111 | 101111 | 101010 | 101110 | 100100 |
Color Harmonies of #876D32
Complementary color
Monochromatic Colors of #876D32
Black with #876D32
Text Example
Text Example
White with #876D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D32; }
p { color: rgb(135,109,50); }
H1.HeaderClassName
{
color: #876D32;
}
.AnyTagClassName
{
color: #876D32;
}
</style>
background-color css
<style>
a { background-color: #876D32; }
a { background-color: rgb(135,109,50); }
div.DivClassName
{
background-color: #876D32;
}
.BgClassName
{
background-color: #876D32;
}
</style>
border-color css
<style>
span { border-color: #876D32; }
span { border-color: rgb(135,109,50); }
td.TdClassName
{
border-color: #876D32;
}
.TagClassName
{
border-color: #876D32;
}
</style>