Shades of Corn Harvest #84703C
Tints of Corn Harvest #84703C
RGB
CMYK
RGB Variations
Color information
#84703C (or 0x84703C) is known color: Corn Harvest. HEX triplet: 84, 70 and 3C. RGB value is (132,112,60). Sum of RGB (Red+Green+Blue) = 132+112+60=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84703C is #7B8FC3. Grayscale: #707070. Windows color (decimal): -8097732 or 3960964. OLE color: 3960964.
HSL color Cylindrical-coordinate representation of color #84703C: hue angle of 43.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84703C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 60 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.48 |
| HSL | 43.33º | 0.38% | 0.38% | - |
| HSV(B) | 43.33º | 0.55% | 0.52% | - |
| XYZ | 16.13 | 16.82 | 6.67 | - |
| YUV | 112.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 60 | 0 | 0.15 | 0.55 | 0.48 | 43.33 | 0.38 | 0.38 |
| Hex | 84 | 70 | 3C | 0 | F | 37 | 30 | 2B | 26 | 26 |
| Octal | 204 | 160 | 74 | 0 | 17 | 67 | 60 | 53 | 46 | 46 |
| Binary | 10000100 | 1110000 | 111100 | 0 | 1111 | 110111 | 110000 | 101011 | 100110 | 100110 |
Color Harmonies of #84703C
Complementary color
Monochromatic Colors of #84703C
Black with #84703C
Text Example
Text Example
White with #84703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84703C; }
p { color: rgb(132,112,60); }
H1.HeaderClassName
{
color: #84703C;
}
.AnyTagClassName
{
color: #84703C;
}
</style>
background-color css
<style>
a { background-color: #84703C; }
a { background-color: rgb(132,112,60); }
div.DivClassName
{
background-color: #84703C;
}
.BgClassName
{
background-color: #84703C;
}
</style>
border-color css
<style>
span { border-color: #84703C; }
span { border-color: rgb(132,112,60); }
td.TdClassName
{
border-color: #84703C;
}
.TagClassName
{
border-color: #84703C;
}
</style>