Shades of Corn Harvest #826B34
Tints of Corn Harvest #826B34
RGB
CMYK
RGB Variations
Color information
#826B34 (or 0x826B34) is known color: Corn Harvest. HEX triplet: 82, 6B and 34. RGB value is (130,107,52). Sum of RGB (Red+Green+Blue) = 130+107+52=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #826B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B34 is #7D94CB. Grayscale: #6B6B6B. Windows color (decimal): -8230092 or 3435394. OLE color: 3435394.
HSL color Cylindrical-coordinate representation of color #826B34: hue angle of 42.31º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826B34 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 52 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.49 |
| HSL | 42.31º | 0.43% | 0.36% | - |
| HSV(B) | 42.31º | 0.6% | 0.51% | - |
| XYZ | 15.08 | 15.51 | 5.45 | - |
| YUV | 107.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 52 | 0 | 0.18 | 0.60 | 0.49 | 42.31 | 0.43 | 0.36 |
| Hex | 82 | 6B | 34 | 0 | 12 | 3C | 31 | 2A | 2B | 24 |
| Octal | 202 | 153 | 64 | 0 | 22 | 74 | 61 | 52 | 53 | 44 |
| Binary | 10000010 | 1101011 | 110100 | 0 | 10010 | 111100 | 110001 | 101010 | 101011 | 100100 |
Color Harmonies of #826B34
Complementary color
Monochromatic Colors of #826B34
Black with #826B34
Text Example
Text Example
White with #826B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B34; }
p { color: rgb(130,107,52); }
H1.HeaderClassName
{
color: #826B34;
}
.AnyTagClassName
{
color: #826B34;
}
</style>
background-color css
<style>
a { background-color: #826B34; }
a { background-color: rgb(130,107,52); }
div.DivClassName
{
background-color: #826B34;
}
.BgClassName
{
background-color: #826B34;
}
</style>
border-color css
<style>
span { border-color: #826B34; }
span { border-color: rgb(130,107,52); }
td.TdClassName
{
border-color: #826B34;
}
.TagClassName
{
border-color: #826B34;
}
</style>