Shades of Corn Harvest #87742C
Tints of Corn Harvest #87742C
RGB
CMYK
RGB Variations
Color information
#87742C (or 0x87742C) is known color: Corn Harvest. HEX triplet: 87, 74 and 2C. RGB value is (135,116,44). Sum of RGB (Red+Green+Blue) = 135+116+44=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87742C is #788BD3. Grayscale: #717171. Windows color (decimal): -7900116 or 2913415. OLE color: 2913415.
HSL color Cylindrical-coordinate representation of color #87742C: hue angle of 47.47º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87742C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 44 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.47 |
| HSL | 47.47º | 0.51% | 0.35% | - |
| HSV(B) | 47.47º | 0.67% | 0.53% | - |
| XYZ | 16.69 | 17.82 | 4.94 | - |
| YUV | 113.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 44 | 0 | 0.14 | 0.67 | 0.47 | 47.47 | 0.51 | 0.35 |
| Hex | 87 | 74 | 2C | 0 | E | 43 | 2F | 2F | 33 | 23 |
| Octal | 207 | 164 | 54 | 0 | 16 | 103 | 57 | 57 | 63 | 43 |
| Binary | 10000111 | 1110100 | 101100 | 0 | 1110 | 1000011 | 101111 | 101111 | 110011 | 100011 |
Color Harmonies of #87742C
Complementary color
Monochromatic Colors of #87742C
Black with #87742C
Text Example
Text Example
White with #87742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87742C; }
p { color: rgb(135,116,44); }
H1.HeaderClassName
{
color: #87742C;
}
.AnyTagClassName
{
color: #87742C;
}
</style>
background-color css
<style>
a { background-color: #87742C; }
a { background-color: rgb(135,116,44); }
div.DivClassName
{
background-color: #87742C;
}
.BgClassName
{
background-color: #87742C;
}
</style>
border-color css
<style>
span { border-color: #87742C; }
span { border-color: rgb(135,116,44); }
td.TdClassName
{
border-color: #87742C;
}
.TagClassName
{
border-color: #87742C;
}
</style>