Shades of Corn Harvest #83702F
Tints of Corn Harvest #83702F
RGB
CMYK
RGB Variations
Color information
#83702F (or 0x83702F) is known color: Corn Harvest. HEX triplet: 83, 70 and 2F. RGB value is (131,112,47). Sum of RGB (Red+Green+Blue) = 131+112+47=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83702F is #7C8FD0. Grayscale: #6E6E6E. Windows color (decimal): -8163281 or 3108995. OLE color: 3108995.
HSL color Cylindrical-coordinate representation of color #83702F: hue angle of 46.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83702F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 47 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.49 |
| HSL | 46.43º | 0.47% | 0.35% | - |
| HSV(B) | 46.43º | 0.64% | 0.51% | - |
| XYZ | 15.67 | 16.62 | 5.07 | - |
| YUV | 110.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 47 | 0 | 0.15 | 0.64 | 0.49 | 46.43 | 0.47 | 0.35 |
| Hex | 83 | 70 | 2F | 0 | F | 40 | 31 | 2E | 2F | 23 |
| Octal | 203 | 160 | 57 | 0 | 17 | 100 | 61 | 56 | 57 | 43 |
| Binary | 10000011 | 1110000 | 101111 | 0 | 1111 | 1000000 | 110001 | 101110 | 101111 | 100011 |
Color Harmonies of #83702F
Complementary color
Monochromatic Colors of #83702F
Black with #83702F
Text Example
Text Example
White with #83702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83702F; }
p { color: rgb(131,112,47); }
H1.HeaderClassName
{
color: #83702F;
}
.AnyTagClassName
{
color: #83702F;
}
</style>
background-color css
<style>
a { background-color: #83702F; }
a { background-color: rgb(131,112,47); }
div.DivClassName
{
background-color: #83702F;
}
.BgClassName
{
background-color: #83702F;
}
</style>
border-color css
<style>
span { border-color: #83702F; }
span { border-color: rgb(131,112,47); }
td.TdClassName
{
border-color: #83702F;
}
.TagClassName
{
border-color: #83702F;
}
</style>