Shades of Corn Harvest #83713B
Tints of Corn Harvest #83713B
RGB
CMYK
RGB Variations
Color information
#83713B (or 0x83713B) is known color: Corn Harvest. HEX triplet: 83, 71 and 3B. RGB value is (131,113,59). Sum of RGB (Red+Green+Blue) = 131+113+59=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #83713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83713B is #7C8EC4. Grayscale: #707070. Windows color (decimal): -8163013 or 3895683. OLE color: 3895683.
HSL color Cylindrical-coordinate representation of color #83713B: hue angle of 45º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83713B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 59 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.49 |
| HSL | 45º | 0.38% | 0.37% | - |
| HSV(B) | 45º | 0.55% | 0.51% | - |
| XYZ | 16.05 | 16.95 | 6.56 | - |
| YUV | 112.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 59 | 0 | 0.14 | 0.55 | 0.49 | 45 | 0.38 | 0.37 |
| Hex | 83 | 71 | 3B | 0 | E | 37 | 31 | 2D | 26 | 25 |
| Octal | 203 | 161 | 73 | 0 | 16 | 67 | 61 | 55 | 46 | 45 |
| Binary | 10000011 | 1110001 | 111011 | 0 | 1110 | 110111 | 110001 | 101101 | 100110 | 100101 |
Color Harmonies of #83713B
Complementary color
Monochromatic Colors of #83713B
Black with #83713B
Text Example
Text Example
White with #83713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83713B; }
p { color: rgb(131,113,59); }
H1.HeaderClassName
{
color: #83713B;
}
.AnyTagClassName
{
color: #83713B;
}
</style>
background-color css
<style>
a { background-color: #83713B; }
a { background-color: rgb(131,113,59); }
div.DivClassName
{
background-color: #83713B;
}
.BgClassName
{
background-color: #83713B;
}
</style>
border-color css
<style>
span { border-color: #83713B; }
span { border-color: rgb(131,113,59); }
td.TdClassName
{
border-color: #83713B;
}
.TagClassName
{
border-color: #83713B;
}
</style>