Shades of Corn Harvest #87682A
Tints of Corn Harvest #87682A
RGB
CMYK
RGB Variations
Color information
#87682A (or 0x87682A) is known color: Corn Harvest. HEX triplet: 87, 68 and 2A. RGB value is (135,104,42). Sum of RGB (Red+Green+Blue) = 135+104+42=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87682A is #7897D5. Grayscale: #6A6A6A. Windows color (decimal): -7903190 or 2779271. OLE color: 2779271.
HSL color Cylindrical-coordinate representation of color #87682A: hue angle of 40º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87682A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 42 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.47 |
| HSL | 40º | 0.53% | 0.35% | - |
| HSV(B) | 40º | 0.69% | 0.53% | - |
| XYZ | 15.36 | 15.22 | 4.32 | - |
| YUV | 106.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 42 | 0 | 0.23 | 0.69 | 0.47 | 40 | 0.53 | 0.35 |
| Hex | 87 | 68 | 2A | 0 | 17 | 45 | 2F | 28 | 35 | 23 |
| Octal | 207 | 150 | 52 | 0 | 27 | 105 | 57 | 50 | 65 | 43 |
| Binary | 10000111 | 1101000 | 101010 | 0 | 10111 | 1000101 | 101111 | 101000 | 110101 | 100011 |
Color Harmonies of #87682A
Complementary color
Monochromatic Colors of #87682A
Black with #87682A
Text Example
Text Example
White with #87682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87682A; }
p { color: rgb(135,104,42); }
H1.HeaderClassName
{
color: #87682A;
}
.AnyTagClassName
{
color: #87682A;
}
</style>
background-color css
<style>
a { background-color: #87682A; }
a { background-color: rgb(135,104,42); }
div.DivClassName
{
background-color: #87682A;
}
.BgClassName
{
background-color: #87682A;
}
</style>
border-color css
<style>
span { border-color: #87682A; }
span { border-color: rgb(135,104,42); }
td.TdClassName
{
border-color: #87682A;
}
.TagClassName
{
border-color: #87682A;
}
</style>