Shades of Corn Harvest #826F38
Tints of Corn Harvest #826F38
RGB
CMYK
RGB Variations
Color information
#826F38 (or 0x826F38) is known color: Corn Harvest. HEX triplet: 82, 6F and 38. RGB value is (130,111,56). Sum of RGB (Red+Green+Blue) = 130+111+56=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F38 is #7D90C7. Grayscale: #6E6E6E. Windows color (decimal): -8229064 or 3698562. OLE color: 3698562.
HSL color Cylindrical-coordinate representation of color #826F38: hue angle of 44.59º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #826F38 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 56 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.49 |
| HSL | 44.59º | 0.4% | 0.36% | - |
| HSV(B) | 44.59º | 0.57% | 0.51% | - |
| XYZ | 15.6 | 16.4 | 6.08 | - |
| YUV | 110.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 56 | 0 | 0.15 | 0.57 | 0.49 | 44.59 | 0.4 | 0.36 |
| Hex | 82 | 6F | 38 | 0 | F | 39 | 31 | 2D | 28 | 24 |
| Octal | 202 | 157 | 70 | 0 | 17 | 71 | 61 | 55 | 50 | 44 |
| Binary | 10000010 | 1101111 | 111000 | 0 | 1111 | 111001 | 110001 | 101101 | 101000 | 100100 |
Color Harmonies of #826F38
Complementary color
Monochromatic Colors of #826F38
Black with #826F38
Text Example
Text Example
White with #826F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F38; }
p { color: rgb(130,111,56); }
H1.HeaderClassName
{
color: #826F38;
}
.AnyTagClassName
{
color: #826F38;
}
</style>
background-color css
<style>
a { background-color: #826F38; }
a { background-color: rgb(130,111,56); }
div.DivClassName
{
background-color: #826F38;
}
.BgClassName
{
background-color: #826F38;
}
</style>
border-color css
<style>
span { border-color: #826F38; }
span { border-color: rgb(130,111,56); }
td.TdClassName
{
border-color: #826F38;
}
.TagClassName
{
border-color: #826F38;
}
</style>