Shades of Corn Harvest #826D2E
Tints of Corn Harvest #826D2E
RGB
CMYK
RGB Variations
Color information
#826D2E (or 0x826D2E) is known color: Corn Harvest. HEX triplet: 82, 6D and 2E. RGB value is (130,109,46). Sum of RGB (Red+Green+Blue) = 130+109+46=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D2E is #7D92D1. Grayscale: #6C6C6C. Windows color (decimal): -8229586 or 3042690. OLE color: 3042690.
HSL color Cylindrical-coordinate representation of color #826D2E: hue angle of 45º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #826D2E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 46 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.49 |
| HSL | 45º | 0.48% | 0.35% | - |
| HSV(B) | 45º | 0.65% | 0.51% | - |
| XYZ | 15.17 | 15.88 | 4.85 | - |
| YUV | 108.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 46 | 0 | 0.16 | 0.65 | 0.49 | 45 | 0.48 | 0.35 |
| Hex | 82 | 6D | 2E | 0 | 10 | 41 | 31 | 2D | 30 | 23 |
| Octal | 202 | 155 | 56 | 0 | 20 | 101 | 61 | 55 | 60 | 43 |
| Binary | 10000010 | 1101101 | 101110 | 0 | 10000 | 1000001 | 110001 | 101101 | 110000 | 100011 |
Color Harmonies of #826D2E
Complementary color
Monochromatic Colors of #826D2E
Black with #826D2E
Text Example
Text Example
White with #826D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D2E; }
p { color: rgb(130,109,46); }
H1.HeaderClassName
{
color: #826D2E;
}
.AnyTagClassName
{
color: #826D2E;
}
</style>
background-color css
<style>
a { background-color: #826D2E; }
a { background-color: rgb(130,109,46); }
div.DivClassName
{
background-color: #826D2E;
}
.BgClassName
{
background-color: #826D2E;
}
</style>
border-color css
<style>
span { border-color: #826D2E; }
span { border-color: rgb(130,109,46); }
td.TdClassName
{
border-color: #826D2E;
}
.TagClassName
{
border-color: #826D2E;
}
</style>