Shades of Corn Harvest #87742F
Tints of Corn Harvest #87742F
RGB
CMYK
RGB Variations
Color information
#87742F (or 0x87742F) is known color: Corn Harvest. HEX triplet: 87, 74 and 2F. RGB value is (135,116,47). Sum of RGB (Red+Green+Blue) = 135+116+47=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87742F is #788BD0. Grayscale: #727272. Windows color (decimal): -7900113 or 3110023. OLE color: 3110023.
HSL color Cylindrical-coordinate representation of color #87742F: hue angle of 47.05º 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 #87742F is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 47 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.47 |
| HSL | 47.05º | 0.48% | 0.36% | - |
| HSV(B) | 47.05º | 0.65% | 0.53% | - |
| XYZ | 16.75 | 17.85 | 5.25 | - |
| YUV | 113.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 47 | 0 | 0.14 | 0.65 | 0.47 | 47.05 | 0.48 | 0.36 |
| Hex | 87 | 74 | 2F | 0 | E | 41 | 2F | 2F | 30 | 24 |
| Octal | 207 | 164 | 57 | 0 | 16 | 101 | 57 | 57 | 60 | 44 |
| Binary | 10000111 | 1110100 | 101111 | 0 | 1110 | 1000001 | 101111 | 101111 | 110000 | 100100 |
Color Harmonies of #87742F
Complementary color
Monochromatic Colors of #87742F
Black with #87742F
Text Example
Text Example
White with #87742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87742F; }
p { color: rgb(135,116,47); }
H1.HeaderClassName
{
color: #87742F;
}
.AnyTagClassName
{
color: #87742F;
}
</style>
background-color css
<style>
a { background-color: #87742F; }
a { background-color: rgb(135,116,47); }
div.DivClassName
{
background-color: #87742F;
}
.BgClassName
{
background-color: #87742F;
}
</style>
border-color css
<style>
span { border-color: #87742F; }
span { border-color: rgb(135,116,47); }
td.TdClassName
{
border-color: #87742F;
}
.TagClassName
{
border-color: #87742F;
}
</style>