Shades of Corn Harvest #826E32
Tints of Corn Harvest #826E32
RGB
CMYK
RGB Variations
Color information
#826E32 (or 0x826E32) is known color: Corn Harvest. HEX triplet: 82, 6E and 32. RGB value is (130,110,50). Sum of RGB (Red+Green+Blue) = 130+110+50=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E32 is #7D91CD. Grayscale: #6D6D6D. Windows color (decimal): -8229326 or 3305090. OLE color: 3305090.
HSL color Cylindrical-coordinate representation of color #826E32: hue angle of 45º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #826E32 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 50 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.49 |
| HSL | 45º | 0.44% | 0.35% | - |
| HSV(B) | 45º | 0.62% | 0.51% | - |
| XYZ | 15.36 | 16.13 | 5.32 | - |
| YUV | 109.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 50 | 0 | 0.15 | 0.62 | 0.49 | 45 | 0.44 | 0.35 |
| Hex | 82 | 6E | 32 | 0 | F | 3E | 31 | 2D | 2C | 23 |
| Octal | 202 | 156 | 62 | 0 | 17 | 76 | 61 | 55 | 54 | 43 |
| Binary | 10000010 | 1101110 | 110010 | 0 | 1111 | 111110 | 110001 | 101101 | 101100 | 100011 |
Color Harmonies of #826E32
Complementary color
Monochromatic Colors of #826E32
Black with #826E32
Text Example
Text Example
White with #826E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E32; }
p { color: rgb(130,110,50); }
H1.HeaderClassName
{
color: #826E32;
}
.AnyTagClassName
{
color: #826E32;
}
</style>
background-color css
<style>
a { background-color: #826E32; }
a { background-color: rgb(130,110,50); }
div.DivClassName
{
background-color: #826E32;
}
.BgClassName
{
background-color: #826E32;
}
</style>
border-color css
<style>
span { border-color: #826E32; }
span { border-color: rgb(130,110,50); }
td.TdClassName
{
border-color: #826E32;
}
.TagClassName
{
border-color: #826E32;
}
</style>