Shades of Corn Harvest #826C31
Tints of Corn Harvest #826C31
RGB
CMYK
RGB Variations
Color information
#826C31 (or 0x826C31) is known color: Corn Harvest. HEX triplet: 82, 6C and 31. RGB value is (130,108,49). Sum of RGB (Red+Green+Blue) = 130+108+49=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C31 is #7D93CE. Grayscale: #6C6C6C. Windows color (decimal): -8229839 or 3239042. OLE color: 3239042.
HSL color Cylindrical-coordinate representation of color #826C31: hue angle of 43.7º degrees, saturation: 0.45, 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 #826C31 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 49 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.49 |
| HSL | 43.7º | 0.45% | 0.35% | - |
| HSV(B) | 43.7º | 0.62% | 0.51% | - |
| XYZ | 15.12 | 15.69 | 5.14 | - |
| YUV | 107.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 49 | 0 | 0.17 | 0.62 | 0.49 | 43.7 | 0.45 | 0.35 |
| Hex | 82 | 6C | 31 | 0 | 11 | 3E | 31 | 2C | 2D | 23 |
| Octal | 202 | 154 | 61 | 0 | 21 | 76 | 61 | 54 | 55 | 43 |
| Binary | 10000010 | 1101100 | 110001 | 0 | 10001 | 111110 | 110001 | 101100 | 101101 | 100011 |
Color Harmonies of #826C31
Complementary color
Monochromatic Colors of #826C31
Black with #826C31
Text Example
Text Example
White with #826C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C31; }
p { color: rgb(130,108,49); }
H1.HeaderClassName
{
color: #826C31;
}
.AnyTagClassName
{
color: #826C31;
}
</style>
background-color css
<style>
a { background-color: #826C31; }
a { background-color: rgb(130,108,49); }
div.DivClassName
{
background-color: #826C31;
}
.BgClassName
{
background-color: #826C31;
}
</style>
border-color css
<style>
span { border-color: #826C31; }
span { border-color: rgb(130,108,49); }
td.TdClassName
{
border-color: #826C31;
}
.TagClassName
{
border-color: #826C31;
}
</style>