Shades of Corn Harvest #836C2E
Tints of Corn Harvest #836C2E
RGB
CMYK
RGB Variations
Color information
#836C2E (or 0x836C2E) is known color: Corn Harvest. HEX triplet: 83, 6C and 2E. RGB value is (131,108,46). Sum of RGB (Red+Green+Blue) = 131+108+46=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #836C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C2E is #7C93D1. Grayscale: #6C6C6C. Windows color (decimal): -8164306 or 3042435. OLE color: 3042435.
HSL color Cylindrical-coordinate representation of color #836C2E: hue angle of 43.76º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #836C2E is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 46 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.49 |
| HSL | 43.76º | 0.48% | 0.35% | - |
| HSV(B) | 43.76º | 0.65% | 0.51% | - |
| XYZ | 15.22 | 15.75 | 4.82 | - |
| YUV | 107.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 46 | 0 | 0.18 | 0.65 | 0.49 | 43.76 | 0.48 | 0.35 |
| Hex | 83 | 6C | 2E | 0 | 12 | 41 | 31 | 2C | 30 | 23 |
| Octal | 203 | 154 | 56 | 0 | 22 | 101 | 61 | 54 | 60 | 43 |
| Binary | 10000011 | 1101100 | 101110 | 0 | 10010 | 1000001 | 110001 | 101100 | 110000 | 100011 |
Color Harmonies of #836C2E
Complementary color
Monochromatic Colors of #836C2E
Black with #836C2E
Text Example
Text Example
White with #836C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C2E; }
p { color: rgb(131,108,46); }
H1.HeaderClassName
{
color: #836C2E;
}
.AnyTagClassName
{
color: #836C2E;
}
</style>
background-color css
<style>
a { background-color: #836C2E; }
a { background-color: rgb(131,108,46); }
div.DivClassName
{
background-color: #836C2E;
}
.BgClassName
{
background-color: #836C2E;
}
</style>
border-color css
<style>
span { border-color: #836C2E; }
span { border-color: rgb(131,108,46); }
td.TdClassName
{
border-color: #836C2E;
}
.TagClassName
{
border-color: #836C2E;
}
</style>