Shades of Corn Harvest #83712F
Tints of Corn Harvest #83712F
RGB
CMYK
RGB Variations
Color information
#83712F (or 0x83712F) is known color: Corn Harvest. HEX triplet: 83, 71 and 2F. RGB value is (131,113,47). Sum of RGB (Red+Green+Blue) = 131+113+47=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83712F is #7C8ED0. Grayscale: #6F6F6F. Windows color (decimal): -8163025 or 3109251. OLE color: 3109251.
HSL color Cylindrical-coordinate representation of color #83712F: hue angle of 47.14º 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 #83712F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 47 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.49 |
| HSL | 47.14º | 0.47% | 0.35% | - |
| HSV(B) | 47.14º | 0.64% | 0.51% | - |
| XYZ | 15.78 | 16.84 | 5.11 | - |
| YUV | 110.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 47 | 0 | 0.14 | 0.64 | 0.49 | 47.14 | 0.47 | 0.35 |
| Hex | 83 | 71 | 2F | 0 | E | 40 | 31 | 2F | 2F | 23 |
| Octal | 203 | 161 | 57 | 0 | 16 | 100 | 61 | 57 | 57 | 43 |
| Binary | 10000011 | 1110001 | 101111 | 0 | 1110 | 1000000 | 110001 | 101111 | 101111 | 100011 |
Color Harmonies of #83712F
Complementary color
Monochromatic Colors of #83712F
Black with #83712F
Text Example
Text Example
White with #83712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83712F; }
p { color: rgb(131,113,47); }
H1.HeaderClassName
{
color: #83712F;
}
.AnyTagClassName
{
color: #83712F;
}
</style>
background-color css
<style>
a { background-color: #83712F; }
a { background-color: rgb(131,113,47); }
div.DivClassName
{
background-color: #83712F;
}
.BgClassName
{
background-color: #83712F;
}
</style>
border-color css
<style>
span { border-color: #83712F; }
span { border-color: rgb(131,113,47); }
td.TdClassName
{
border-color: #83712F;
}
.TagClassName
{
border-color: #83712F;
}
</style>