Shades of Corn Harvest #836E2C
Tints of Corn Harvest #836E2C
RGB
CMYK
RGB Variations
Color information
#836E2C (or 0x836E2C) is known color: Corn Harvest. HEX triplet: 83, 6E and 2C. RGB value is (131,110,44). Sum of RGB (Red+Green+Blue) = 131+110+44=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #836E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836E2C is #7C91D3. Grayscale: #6D6D6D. Windows color (decimal): -8163796 or 2911875. OLE color: 2911875.
HSL color Cylindrical-coordinate representation of color #836E2C: hue angle of 45.52º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #836E2C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 44 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.49 |
| HSL | 45.52º | 0.5% | 0.34% | - |
| HSV(B) | 45.52º | 0.66% | 0.51% | - |
| XYZ | 15.39 | 16.16 | 4.69 | - |
| YUV | 108.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 44 | 0 | 0.16 | 0.66 | 0.49 | 45.52 | 0.5 | 0.34 |
| Hex | 83 | 6E | 2C | 0 | 10 | 42 | 31 | 2E | 32 | 22 |
| Octal | 203 | 156 | 54 | 0 | 20 | 102 | 61 | 56 | 62 | 42 |
| Binary | 10000011 | 1101110 | 101100 | 0 | 10000 | 1000010 | 110001 | 101110 | 110010 | 100010 |
Color Harmonies of #836E2C
Complementary color
Monochromatic Colors of #836E2C
Black with #836E2C
Text Example
Text Example
White with #836E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E2C; }
p { color: rgb(131,110,44); }
H1.HeaderClassName
{
color: #836E2C;
}
.AnyTagClassName
{
color: #836E2C;
}
</style>
background-color css
<style>
a { background-color: #836E2C; }
a { background-color: rgb(131,110,44); }
div.DivClassName
{
background-color: #836E2C;
}
.BgClassName
{
background-color: #836E2C;
}
</style>
border-color css
<style>
span { border-color: #836E2C; }
span { border-color: rgb(131,110,44); }
td.TdClassName
{
border-color: #836E2C;
}
.TagClassName
{
border-color: #836E2C;
}
</style>