Shades of Corn Harvest #87752B
Tints of Corn Harvest #87752B
RGB
CMYK
RGB Variations
Color information
#87752B (or 0x87752B) is known color: Corn Harvest. HEX triplet: 87, 75 and 2B. RGB value is (135,117,43). Sum of RGB (Red+Green+Blue) = 135+117+43=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87752B is #788AD4. Grayscale: #727272. Windows color (decimal): -7899861 or 2848135. OLE color: 2848135.
HSL color Cylindrical-coordinate representation of color #87752B: hue angle of 48.26º 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 #87752B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 43 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.47 |
| HSL | 48.26º | 0.52% | 0.35% | - |
| HSV(B) | 48.26º | 0.68% | 0.53% | - |
| XYZ | 16.79 | 18.05 | 4.88 | - |
| YUV | 113.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 43 | 0 | 0.13 | 0.68 | 0.47 | 48.26 | 0.52 | 0.35 |
| Hex | 87 | 75 | 2B | 0 | D | 44 | 2F | 30 | 34 | 23 |
| Octal | 207 | 165 | 53 | 0 | 15 | 104 | 57 | 60 | 64 | 43 |
| Binary | 10000111 | 1110101 | 101011 | 0 | 1101 | 1000100 | 101111 | 110000 | 110100 | 100011 |
Color Harmonies of #87752B
Complementary color
Monochromatic Colors of #87752B
Black with #87752B
Text Example
Text Example
White with #87752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87752B; }
p { color: rgb(135,117,43); }
H1.HeaderClassName
{
color: #87752B;
}
.AnyTagClassName
{
color: #87752B;
}
</style>
background-color css
<style>
a { background-color: #87752B; }
a { background-color: rgb(135,117,43); }
div.DivClassName
{
background-color: #87752B;
}
.BgClassName
{
background-color: #87752B;
}
</style>
border-color css
<style>
span { border-color: #87752B; }
span { border-color: rgb(135,117,43); }
td.TdClassName
{
border-color: #87752B;
}
.TagClassName
{
border-color: #87752B;
}
</style>