Shades of Corn Harvest #87752D
Tints of Corn Harvest #87752D
RGB
CMYK
RGB Variations
Color information
#87752D (or 0x87752D) is known color: Corn Harvest. HEX triplet: 87, 75 and 2D. RGB value is (135,117,45). Sum of RGB (Red+Green+Blue) = 135+117+45=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87752D is #788AD2. Grayscale: #727272. Windows color (decimal): -7899859 or 2979207. OLE color: 2979207.
HSL color Cylindrical-coordinate representation of color #87752D: hue angle of 48º degrees, saturation: 0.5, 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 #87752D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 45 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.47 |
| HSL | 48º | 0.5% | 0.35% | - |
| HSV(B) | 48º | 0.67% | 0.53% | - |
| XYZ | 16.83 | 18.06 | 5.08 | - |
| YUV | 114.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 45 | 0 | 0.13 | 0.67 | 0.47 | 48 | 0.5 | 0.35 |
| Hex | 87 | 75 | 2D | 0 | D | 43 | 2F | 30 | 32 | 23 |
| Octal | 207 | 165 | 55 | 0 | 15 | 103 | 57 | 60 | 62 | 43 |
| Binary | 10000111 | 1110101 | 101101 | 0 | 1101 | 1000011 | 101111 | 110000 | 110010 | 100011 |
Color Harmonies of #87752D
Complementary color
Monochromatic Colors of #87752D
Black with #87752D
Text Example
Text Example
White with #87752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87752D; }
p { color: rgb(135,117,45); }
H1.HeaderClassName
{
color: #87752D;
}
.AnyTagClassName
{
color: #87752D;
}
</style>
background-color css
<style>
a { background-color: #87752D; }
a { background-color: rgb(135,117,45); }
div.DivClassName
{
background-color: #87752D;
}
.BgClassName
{
background-color: #87752D;
}
</style>
border-color css
<style>
span { border-color: #87752D; }
span { border-color: rgb(135,117,45); }
td.TdClassName
{
border-color: #87752D;
}
.TagClassName
{
border-color: #87752D;
}
</style>