Shades of Corn Harvest #826E37
Tints of Corn Harvest #826E37
RGB
CMYK
RGB Variations
Color information
#826E37 (or 0x826E37) is known color: Corn Harvest. HEX triplet: 82, 6E and 37. RGB value is (130,110,55). Sum of RGB (Red+Green+Blue) = 130+110+55=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #826E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E37 is #7D91C8. Grayscale: #6D6D6D. Windows color (decimal): -8229321 or 3632770. OLE color: 3632770.
HSL color Cylindrical-coordinate representation of color #826E37: hue angle of 44º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #826E37 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 55 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.49 |
| HSL | 44º | 0.41% | 0.36% | - |
| HSV(B) | 44º | 0.58% | 0.51% | - |
| XYZ | 15.47 | 16.17 | 5.92 | - |
| YUV | 109.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 55 | 0 | 0.15 | 0.58 | 0.49 | 44 | 0.41 | 0.36 |
| Hex | 82 | 6E | 37 | 0 | F | 3A | 31 | 2C | 29 | 24 |
| Octal | 202 | 156 | 67 | 0 | 17 | 72 | 61 | 54 | 51 | 44 |
| Binary | 10000010 | 1101110 | 110111 | 0 | 1111 | 111010 | 110001 | 101100 | 101001 | 100100 |
Color Harmonies of #826E37
Complementary color
Monochromatic Colors of #826E37
Black with #826E37
Text Example
Text Example
White with #826E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E37; }
p { color: rgb(130,110,55); }
H1.HeaderClassName
{
color: #826E37;
}
.AnyTagClassName
{
color: #826E37;
}
</style>
background-color css
<style>
a { background-color: #826E37; }
a { background-color: rgb(130,110,55); }
div.DivClassName
{
background-color: #826E37;
}
.BgClassName
{
background-color: #826E37;
}
</style>
border-color css
<style>
span { border-color: #826E37; }
span { border-color: rgb(130,110,55); }
td.TdClassName
{
border-color: #826E37;
}
.TagClassName
{
border-color: #826E37;
}
</style>