Shades of Corn Harvest #87742B
Tints of Corn Harvest #87742B
RGB
CMYK
RGB Variations
Color information
#87742B (or 0x87742B) is known color: Corn Harvest. HEX triplet: 87, 74 and 2B. RGB value is (135,116,43). Sum of RGB (Red+Green+Blue) = 135+116+43=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87742B is #788BD4. Grayscale: #717171. Windows color (decimal): -7900117 or 2847879. OLE color: 2847879.
HSL color Cylindrical-coordinate representation of color #87742B: hue angle of 47.61º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87742B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 43 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.47 |
| HSL | 47.61º | 0.52% | 0.35% | - |
| HSV(B) | 47.61º | 0.68% | 0.53% | - |
| XYZ | 16.67 | 17.82 | 4.85 | - |
| YUV | 113.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 43 | 0 | 0.14 | 0.68 | 0.47 | 47.61 | 0.52 | 0.35 |
| Hex | 87 | 74 | 2B | 0 | E | 44 | 2F | 30 | 34 | 23 |
| Octal | 207 | 164 | 53 | 0 | 16 | 104 | 57 | 60 | 64 | 43 |
| Binary | 10000111 | 1110100 | 101011 | 0 | 1110 | 1000100 | 101111 | 110000 | 110100 | 100011 |
Color Harmonies of #87742B
Complementary color
Monochromatic Colors of #87742B
Black with #87742B
Text Example
Text Example
White with #87742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87742B; }
p { color: rgb(135,116,43); }
H1.HeaderClassName
{
color: #87742B;
}
.AnyTagClassName
{
color: #87742B;
}
</style>
background-color css
<style>
a { background-color: #87742B; }
a { background-color: rgb(135,116,43); }
div.DivClassName
{
background-color: #87742B;
}
.BgClassName
{
background-color: #87742B;
}
</style>
border-color css
<style>
span { border-color: #87742B; }
span { border-color: rgb(135,116,43); }
td.TdClassName
{
border-color: #87742B;
}
.TagClassName
{
border-color: #87742B;
}
</style>