Shades of Corn Harvest #84722C
Tints of Corn Harvest #84722C
RGB
CMYK
RGB Variations
Color information
#84722C (or 0x84722C) is known color: Corn Harvest. HEX triplet: 84, 72 and 2C. RGB value is (132,114,44). Sum of RGB (Red+Green+Blue) = 132+114+44=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84722C is #7B8DD3. Grayscale: #6F6F6F. Windows color (decimal): -8097236 or 2912900. OLE color: 2912900.
HSL color Cylindrical-coordinate representation of color #84722C: hue angle of 47.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84722C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 44 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.48 |
| HSL | 47.73º | 0.5% | 0.35% | - |
| HSV(B) | 47.73º | 0.67% | 0.52% | - |
| XYZ | 15.99 | 17.12 | 4.85 | - |
| YUV | 111.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 44 | 0 | 0.14 | 0.67 | 0.48 | 47.73 | 0.5 | 0.35 |
| Hex | 84 | 72 | 2C | 0 | E | 43 | 30 | 30 | 32 | 23 |
| Octal | 204 | 162 | 54 | 0 | 16 | 103 | 60 | 60 | 62 | 43 |
| Binary | 10000100 | 1110010 | 101100 | 0 | 1110 | 1000011 | 110000 | 110000 | 110010 | 100011 |
Color Harmonies of #84722C
Complementary color
Monochromatic Colors of #84722C
Black with #84722C
Text Example
Text Example
White with #84722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84722C; }
p { color: rgb(132,114,44); }
H1.HeaderClassName
{
color: #84722C;
}
.AnyTagClassName
{
color: #84722C;
}
</style>
background-color css
<style>
a { background-color: #84722C; }
a { background-color: rgb(132,114,44); }
div.DivClassName
{
background-color: #84722C;
}
.BgClassName
{
background-color: #84722C;
}
</style>
border-color css
<style>
span { border-color: #84722C; }
span { border-color: rgb(132,114,44); }
td.TdClassName
{
border-color: #84722C;
}
.TagClassName
{
border-color: #84722C;
}
</style>