Shades of Corn Harvest #826E2D
Tints of Corn Harvest #826E2D
RGB
CMYK
RGB Variations
Color information
#826E2D (or 0x826E2D) is known color: Corn Harvest. HEX triplet: 82, 6E and 2D. RGB value is (130,110,45). Sum of RGB (Red+Green+Blue) = 130+110+45=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E2D is #7D91D2. Grayscale: #6C6C6C. Windows color (decimal): -8229331 or 2977410. OLE color: 2977410.
HSL color Cylindrical-coordinate representation of color #826E2D: hue angle of 45.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #826E2D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 45 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.49 |
| HSL | 45.88º | 0.49% | 0.34% | - |
| HSV(B) | 45.88º | 0.65% | 0.51% | - |
| XYZ | 15.26 | 16.09 | 4.78 | - |
| YUV | 108.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 45 | 0 | 0.15 | 0.65 | 0.49 | 45.88 | 0.49 | 0.34 |
| Hex | 82 | 6E | 2D | 0 | F | 41 | 31 | 2E | 31 | 22 |
| Octal | 202 | 156 | 55 | 0 | 17 | 101 | 61 | 56 | 61 | 42 |
| Binary | 10000010 | 1101110 | 101101 | 0 | 1111 | 1000001 | 110001 | 101110 | 110001 | 100010 |
Color Harmonies of #826E2D
Complementary color
Monochromatic Colors of #826E2D
Black with #826E2D
Text Example
Text Example
White with #826E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E2D; }
p { color: rgb(130,110,45); }
H1.HeaderClassName
{
color: #826E2D;
}
.AnyTagClassName
{
color: #826E2D;
}
</style>
background-color css
<style>
a { background-color: #826E2D; }
a { background-color: rgb(130,110,45); }
div.DivClassName
{
background-color: #826E2D;
}
.BgClassName
{
background-color: #826E2D;
}
</style>
border-color css
<style>
span { border-color: #826E2D; }
span { border-color: rgb(130,110,45); }
td.TdClassName
{
border-color: #826E2D;
}
.TagClassName
{
border-color: #826E2D;
}
</style>