Shades of Corn Harvest #876F32
Tints of Corn Harvest #876F32
RGB
CMYK
RGB Variations
Color information
#876F32 (or 0x876F32) is known color: Corn Harvest. HEX triplet: 87, 6F and 32. RGB value is (135,111,50). Sum of RGB (Red+Green+Blue) = 135+111+50=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #876F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F32 is #7890CD. Grayscale: #6F6F6F. Windows color (decimal): -7901390 or 3305351. OLE color: 3305351.
HSL color Cylindrical-coordinate representation of color #876F32: hue angle of 43.06º 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 #876F32 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 50 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.47 |
| HSL | 43.06º | 0.46% | 0.36% | - |
| HSV(B) | 43.06º | 0.63% | 0.53% | - |
| XYZ | 16.25 | 16.75 | 5.39 | - |
| YUV | 111.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 50 | 0 | 0.18 | 0.63 | 0.47 | 43.06 | 0.46 | 0.36 |
| Hex | 87 | 6F | 32 | 0 | 12 | 3F | 2F | 2B | 2E | 24 |
| Octal | 207 | 157 | 62 | 0 | 22 | 77 | 57 | 53 | 56 | 44 |
| Binary | 10000111 | 1101111 | 110010 | 0 | 10010 | 111111 | 101111 | 101011 | 101110 | 100100 |
Color Harmonies of #876F32
Complementary color
Monochromatic Colors of #876F32
Black with #876F32
Text Example
Text Example
White with #876F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F32; }
p { color: rgb(135,111,50); }
H1.HeaderClassName
{
color: #876F32;
}
.AnyTagClassName
{
color: #876F32;
}
</style>
background-color css
<style>
a { background-color: #876F32; }
a { background-color: rgb(135,111,50); }
div.DivClassName
{
background-color: #876F32;
}
.BgClassName
{
background-color: #876F32;
}
</style>
border-color css
<style>
span { border-color: #876F32; }
span { border-color: rgb(135,111,50); }
td.TdClassName
{
border-color: #876F32;
}
.TagClassName
{
border-color: #876F32;
}
</style>