Shades of Corn Harvest #826F2E
Tints of Corn Harvest #826F2E
RGB
CMYK
RGB Variations
Color information
#826F2E (or 0x826F2E) is known color: Corn Harvest. HEX triplet: 82, 6F and 2E. RGB value is (130,111,46). Sum of RGB (Red+Green+Blue) = 130+111+46=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F2E is #7D90D1. Grayscale: #6D6D6D. Windows color (decimal): -8229074 or 3043202. OLE color: 3043202.
HSL color Cylindrical-coordinate representation of color #826F2E: hue angle of 46.43º 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 #826F2E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 46 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.49 |
| HSL | 46.43º | 0.48% | 0.35% | - |
| HSV(B) | 46.43º | 0.65% | 0.51% | - |
| XYZ | 15.38 | 16.31 | 4.92 | - |
| YUV | 109.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 46 | 0 | 0.15 | 0.65 | 0.49 | 46.43 | 0.48 | 0.35 |
| Hex | 82 | 6F | 2E | 0 | F | 41 | 31 | 2E | 30 | 23 |
| Octal | 202 | 157 | 56 | 0 | 17 | 101 | 61 | 56 | 60 | 43 |
| Binary | 10000010 | 1101111 | 101110 | 0 | 1111 | 1000001 | 110001 | 101110 | 110000 | 100011 |
Color Harmonies of #826F2E
Complementary color
Monochromatic Colors of #826F2E
Black with #826F2E
Text Example
Text Example
White with #826F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F2E; }
p { color: rgb(130,111,46); }
H1.HeaderClassName
{
color: #826F2E;
}
.AnyTagClassName
{
color: #826F2E;
}
</style>
background-color css
<style>
a { background-color: #826F2E; }
a { background-color: rgb(130,111,46); }
div.DivClassName
{
background-color: #826F2E;
}
.BgClassName
{
background-color: #826F2E;
}
</style>
border-color css
<style>
span { border-color: #826F2E; }
span { border-color: rgb(130,111,46); }
td.TdClassName
{
border-color: #826F2E;
}
.TagClassName
{
border-color: #826F2E;
}
</style>