Shades of Corn Harvest #836C2D
Tints of Corn Harvest #836C2D
RGB
CMYK
RGB Variations
Color information
#836C2D (or 0x836C2D) is known color: Corn Harvest. HEX triplet: 83, 6C and 2D. RGB value is (131,108,45). Sum of RGB (Red+Green+Blue) = 131+108+45=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #836C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C2D is #7C93D2. Grayscale: #6B6B6B. Windows color (decimal): -8164307 or 2976899. OLE color: 2976899.
HSL color Cylindrical-coordinate representation of color #836C2D: hue angle of 43.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #836C2D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 45 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.49 |
| HSL | 43.95º | 0.49% | 0.35% | - |
| HSV(B) | 43.95º | 0.66% | 0.51% | - |
| XYZ | 15.2 | 15.74 | 4.72 | - |
| YUV | 107.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 45 | 0 | 0.18 | 0.66 | 0.49 | 43.95 | 0.49 | 0.35 |
| Hex | 83 | 6C | 2D | 0 | 12 | 42 | 31 | 2C | 31 | 23 |
| Octal | 203 | 154 | 55 | 0 | 22 | 102 | 61 | 54 | 61 | 43 |
| Binary | 10000011 | 1101100 | 101101 | 0 | 10010 | 1000010 | 110001 | 101100 | 110001 | 100011 |
Color Harmonies of #836C2D
Complementary color
Monochromatic Colors of #836C2D
Black with #836C2D
Text Example
Text Example
White with #836C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C2D; }
p { color: rgb(131,108,45); }
H1.HeaderClassName
{
color: #836C2D;
}
.AnyTagClassName
{
color: #836C2D;
}
</style>
background-color css
<style>
a { background-color: #836C2D; }
a { background-color: rgb(131,108,45); }
div.DivClassName
{
background-color: #836C2D;
}
.BgClassName
{
background-color: #836C2D;
}
</style>
border-color css
<style>
span { border-color: #836C2D; }
span { border-color: rgb(131,108,45); }
td.TdClassName
{
border-color: #836C2D;
}
.TagClassName
{
border-color: #836C2D;
}
</style>