Shades of Corn Harvest #84732B
Tints of Corn Harvest #84732B
RGB
CMYK
RGB Variations
Color information
#84732B (or 0x84732B) is known color: Corn Harvest. HEX triplet: 84, 73 and 2B. RGB value is (132,115,43). Sum of RGB (Red+Green+Blue) = 132+115+43=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84732B is #7B8CD4. Grayscale: #707070. Windows color (decimal): -8096981 or 2847620. OLE color: 2847620.
HSL color Cylindrical-coordinate representation of color #84732B: hue angle of 48.54º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84732B is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 43 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.48 |
| HSL | 48.54º | 0.51% | 0.34% | - |
| HSV(B) | 48.54º | 0.67% | 0.52% | - |
| XYZ | 16.08 | 17.34 | 4.79 | - |
| YUV | 111.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 43 | 0 | 0.13 | 0.67 | 0.48 | 48.54 | 0.51 | 0.34 |
| Hex | 84 | 73 | 2B | 0 | D | 43 | 30 | 31 | 33 | 22 |
| Octal | 204 | 163 | 53 | 0 | 15 | 103 | 60 | 61 | 63 | 42 |
| Binary | 10000100 | 1110011 | 101011 | 0 | 1101 | 1000011 | 110000 | 110001 | 110011 | 100010 |
Color Harmonies of #84732B
Complementary color
Monochromatic Colors of #84732B
Black with #84732B
Text Example
Text Example
White with #84732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84732B; }
p { color: rgb(132,115,43); }
H1.HeaderClassName
{
color: #84732B;
}
.AnyTagClassName
{
color: #84732B;
}
</style>
background-color css
<style>
a { background-color: #84732B; }
a { background-color: rgb(132,115,43); }
div.DivClassName
{
background-color: #84732B;
}
.BgClassName
{
background-color: #84732B;
}
</style>
border-color css
<style>
span { border-color: #84732B; }
span { border-color: rgb(132,115,43); }
td.TdClassName
{
border-color: #84732B;
}
.TagClassName
{
border-color: #84732B;
}
</style>