Shades of Corn Harvest #86752D
Tints of Corn Harvest #86752D
RGB
CMYK
RGB Variations
Color information
#86752D (or 0x86752D) is known color: Corn Harvest. HEX triplet: 86, 75 and 2D. RGB value is (134,117,45). Sum of RGB (Red+Green+Blue) = 134+117+45=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752D is #798AD2. Grayscale: #727272. Windows color (decimal): -7965395 or 2979206. OLE color: 2979206.
HSL color Cylindrical-coordinate representation of color #86752D: hue angle of 48.54º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86752D is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 45 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.47 |
| HSL | 48.54º | 0.5% | 0.35% | - |
| HSV(B) | 48.54º | 0.66% | 0.53% | - |
| XYZ | 16.67 | 17.98 | 5.07 | - |
| YUV | 113.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 45 | 0 | 0.13 | 0.66 | 0.47 | 48.54 | 0.5 | 0.35 |
| Hex | 86 | 75 | 2D | 0 | D | 42 | 2F | 31 | 32 | 23 |
| Octal | 206 | 165 | 55 | 0 | 15 | 102 | 57 | 61 | 62 | 43 |
| Binary | 10000110 | 1110101 | 101101 | 0 | 1101 | 1000010 | 101111 | 110001 | 110010 | 100011 |
Color Harmonies of #86752D
Complementary color
Monochromatic Colors of #86752D
Black with #86752D
Text Example
Text Example
White with #86752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86752D; }
p { color: rgb(134,117,45); }
H1.HeaderClassName
{
color: #86752D;
}
.AnyTagClassName
{
color: #86752D;
}
</style>
background-color css
<style>
a { background-color: #86752D; }
a { background-color: rgb(134,117,45); }
div.DivClassName
{
background-color: #86752D;
}
.BgClassName
{
background-color: #86752D;
}
</style>
border-color css
<style>
span { border-color: #86752D; }
span { border-color: rgb(134,117,45); }
td.TdClassName
{
border-color: #86752D;
}
.TagClassName
{
border-color: #86752D;
}
</style>