Shades of Corn Harvest #826A35
Tints of Corn Harvest #826A35
RGB
CMYK
RGB Variations
Color information
#826A35 (or 0x826A35) is known color: Corn Harvest. HEX triplet: 82, 6A and 35. RGB value is (130,106,53). Sum of RGB (Red+Green+Blue) = 130+106+53=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #826A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A35 is #7D95CA. Grayscale: #6B6B6B. Windows color (decimal): -8230347 or 3500674. OLE color: 3500674.
HSL color Cylindrical-coordinate representation of color #826A35: hue angle of 41.3º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #826A35 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 53 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.49 |
| HSL | 41.3º | 0.42% | 0.36% | - |
| HSV(B) | 41.3º | 0.59% | 0.51% | - |
| XYZ | 15 | 15.31 | 5.53 | - |
| YUV | 107.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 53 | 0 | 0.18 | 0.59 | 0.49 | 41.3 | 0.42 | 0.36 |
| Hex | 82 | 6A | 35 | 0 | 12 | 3B | 31 | 29 | 2A | 24 |
| Octal | 202 | 152 | 65 | 0 | 22 | 73 | 61 | 51 | 52 | 44 |
| Binary | 10000010 | 1101010 | 110101 | 0 | 10010 | 111011 | 110001 | 101001 | 101010 | 100100 |
Color Harmonies of #826A35
Complementary color
Monochromatic Colors of #826A35
Black with #826A35
Text Example
Text Example
White with #826A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A35; }
p { color: rgb(130,106,53); }
H1.HeaderClassName
{
color: #826A35;
}
.AnyTagClassName
{
color: #826A35;
}
</style>
background-color css
<style>
a { background-color: #826A35; }
a { background-color: rgb(130,106,53); }
div.DivClassName
{
background-color: #826A35;
}
.BgClassName
{
background-color: #826A35;
}
</style>
border-color css
<style>
span { border-color: #826A35; }
span { border-color: rgb(130,106,53); }
td.TdClassName
{
border-color: #826A35;
}
.TagClassName
{
border-color: #826A35;
}
</style>