Shades of Corn Harvest #826A33
Tints of Corn Harvest #826A33
RGB
CMYK
RGB Variations
Color information
#826A33 (or 0x826A33) is known color: Corn Harvest. HEX triplet: 82, 6A and 33. RGB value is (130,106,51). Sum of RGB (Red+Green+Blue) = 130+106+51=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A33 is #7D95CC. Grayscale: #6B6B6B. Windows color (decimal): -8230349 or 3369602. OLE color: 3369602.
HSL color Cylindrical-coordinate representation of color #826A33: hue angle of 41.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #826A33 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 51 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.49 |
| HSL | 41.77º | 0.44% | 0.35% | - |
| HSV(B) | 41.77º | 0.61% | 0.51% | - |
| XYZ | 14.96 | 15.29 | 5.3 | - |
| YUV | 106.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 51 | 0 | 0.18 | 0.61 | 0.49 | 41.77 | 0.44 | 0.35 |
| Hex | 82 | 6A | 33 | 0 | 12 | 3D | 31 | 2A | 2C | 23 |
| Octal | 202 | 152 | 63 | 0 | 22 | 75 | 61 | 52 | 54 | 43 |
| Binary | 10000010 | 1101010 | 110011 | 0 | 10010 | 111101 | 110001 | 101010 | 101100 | 100011 |
Color Harmonies of #826A33
Complementary color
Monochromatic Colors of #826A33
Black with #826A33
Text Example
Text Example
White with #826A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A33; }
p { color: rgb(130,106,51); }
H1.HeaderClassName
{
color: #826A33;
}
.AnyTagClassName
{
color: #826A33;
}
</style>
background-color css
<style>
a { background-color: #826A33; }
a { background-color: rgb(130,106,51); }
div.DivClassName
{
background-color: #826A33;
}
.BgClassName
{
background-color: #826A33;
}
</style>
border-color css
<style>
span { border-color: #826A33; }
span { border-color: rgb(130,106,51); }
td.TdClassName
{
border-color: #826A33;
}
.TagClassName
{
border-color: #826A33;
}
</style>