Shades of Corn Harvest #86752B
Tints of Corn Harvest #86752B
RGB
CMYK
RGB Variations
Color information
#86752B (or 0x86752B) is known color: Corn Harvest. HEX triplet: 86, 75 and 2B. RGB value is (134,117,43). Sum of RGB (Red+Green+Blue) = 134+117+43=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752B is #798AD4. Grayscale: #717171. Windows color (decimal): -7965397 or 2848134. OLE color: 2848134.
HSL color Cylindrical-coordinate representation of color #86752B: hue angle of 48.79º degrees, saturation: 0.51, 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 #86752B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 43 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.47 |
| HSL | 48.79º | 0.51% | 0.35% | - |
| HSV(B) | 48.79º | 0.68% | 0.53% | - |
| XYZ | 16.63 | 17.97 | 4.88 | - |
| YUV | 113.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 43 | 0 | 0.13 | 0.68 | 0.47 | 48.79 | 0.51 | 0.35 |
| Hex | 86 | 75 | 2B | 0 | D | 44 | 2F | 31 | 33 | 23 |
| Octal | 206 | 165 | 53 | 0 | 15 | 104 | 57 | 61 | 63 | 43 |
| Binary | 10000110 | 1110101 | 101011 | 0 | 1101 | 1000100 | 101111 | 110001 | 110011 | 100011 |
Color Harmonies of #86752B
Complementary color
Monochromatic Colors of #86752B
Black with #86752B
Text Example
Text Example
White with #86752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86752B; }
p { color: rgb(134,117,43); }
H1.HeaderClassName
{
color: #86752B;
}
.AnyTagClassName
{
color: #86752B;
}
</style>
background-color css
<style>
a { background-color: #86752B; }
a { background-color: rgb(134,117,43); }
div.DivClassName
{
background-color: #86752B;
}
.BgClassName
{
background-color: #86752B;
}
</style>
border-color css
<style>
span { border-color: #86752B; }
span { border-color: rgb(134,117,43); }
td.TdClassName
{
border-color: #86752B;
}
.TagClassName
{
border-color: #86752B;
}
</style>