Shades of Corn Harvest #83712C
Tints of Corn Harvest #83712C
RGB
CMYK
RGB Variations
Color information
#83712C (or 0x83712C) is known color: Corn Harvest. HEX triplet: 83, 71 and 2C. RGB value is (131,113,44). Sum of RGB (Red+Green+Blue) = 131+113+44=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83712C is #7C8ED3. Grayscale: #6E6E6E. Windows color (decimal): -8163028 or 2912643. OLE color: 2912643.
HSL color Cylindrical-coordinate representation of color #83712C: hue angle of 47.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83712C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 44 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.49 |
| HSL | 47.59º | 0.5% | 0.34% | - |
| HSV(B) | 47.59º | 0.66% | 0.51% | - |
| XYZ | 15.72 | 16.82 | 4.8 | - |
| YUV | 110.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 44 | 0 | 0.14 | 0.66 | 0.49 | 47.59 | 0.5 | 0.34 |
| Hex | 83 | 71 | 2C | 0 | E | 42 | 31 | 30 | 32 | 22 |
| Octal | 203 | 161 | 54 | 0 | 16 | 102 | 61 | 60 | 62 | 42 |
| Binary | 10000011 | 1110001 | 101100 | 0 | 1110 | 1000010 | 110001 | 110000 | 110010 | 100010 |
Color Harmonies of #83712C
Complementary color
Monochromatic Colors of #83712C
Black with #83712C
Text Example
Text Example
White with #83712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83712C; }
p { color: rgb(131,113,44); }
H1.HeaderClassName
{
color: #83712C;
}
.AnyTagClassName
{
color: #83712C;
}
</style>
background-color css
<style>
a { background-color: #83712C; }
a { background-color: rgb(131,113,44); }
div.DivClassName
{
background-color: #83712C;
}
.BgClassName
{
background-color: #83712C;
}
</style>
border-color css
<style>
span { border-color: #83712C; }
span { border-color: rgb(131,113,44); }
td.TdClassName
{
border-color: #83712C;
}
.TagClassName
{
border-color: #83712C;
}
</style>