Shades of Corn Harvest #83702E
Tints of Corn Harvest #83702E
RGB
CMYK
RGB Variations
Color information
#83702E (or 0x83702E) is known color: Corn Harvest. HEX triplet: 83, 70 and 2E. RGB value is (131,112,46). Sum of RGB (Red+Green+Blue) = 131+112+46=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83702E is #7C8FD1. Grayscale: #6E6E6E. Windows color (decimal): -8163282 or 3043459. OLE color: 3043459.
HSL color Cylindrical-coordinate representation of color #83702E: hue angle of 46.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83702E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 46 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.49 |
| HSL | 46.59º | 0.48% | 0.35% | - |
| HSV(B) | 46.59º | 0.65% | 0.51% | - |
| XYZ | 15.65 | 16.61 | 4.97 | - |
| YUV | 110.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 46 | 0 | 0.15 | 0.65 | 0.49 | 46.59 | 0.48 | 0.35 |
| Hex | 83 | 70 | 2E | 0 | F | 41 | 31 | 2F | 30 | 23 |
| Octal | 203 | 160 | 56 | 0 | 17 | 101 | 61 | 57 | 60 | 43 |
| Binary | 10000011 | 1110000 | 101110 | 0 | 1111 | 1000001 | 110001 | 101111 | 110000 | 100011 |
Color Harmonies of #83702E
Complementary color
Monochromatic Colors of #83702E
Black with #83702E
Text Example
Text Example
White with #83702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83702E; }
p { color: rgb(131,112,46); }
H1.HeaderClassName
{
color: #83702E;
}
.AnyTagClassName
{
color: #83702E;
}
</style>
background-color css
<style>
a { background-color: #83702E; }
a { background-color: rgb(131,112,46); }
div.DivClassName
{
background-color: #83702E;
}
.BgClassName
{
background-color: #83702E;
}
</style>
border-color css
<style>
span { border-color: #83702E; }
span { border-color: rgb(131,112,46); }
td.TdClassName
{
border-color: #83702E;
}
.TagClassName
{
border-color: #83702E;
}
</style>