Shades of Corn Harvest #84703B
Tints of Corn Harvest #84703B
RGB
CMYK
RGB Variations
Color information
#84703B (or 0x84703B) is known color: Corn Harvest. HEX triplet: 84, 70 and 3B. RGB value is (132,112,59). Sum of RGB (Red+Green+Blue) = 132+112+59=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84703B is #7B8FC4. Grayscale: #707070. Windows color (decimal): -8097733 or 3895428. OLE color: 3895428.
HSL color Cylindrical-coordinate representation of color #84703B: hue angle of 43.56º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84703B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 59 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.48 |
| HSL | 43.56º | 0.38% | 0.37% | - |
| HSV(B) | 43.56º | 0.55% | 0.52% | - |
| XYZ | 16.1 | 16.81 | 6.53 | - |
| YUV | 111.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 59 | 0 | 0.15 | 0.55 | 0.48 | 43.56 | 0.38 | 0.37 |
| Hex | 84 | 70 | 3B | 0 | F | 37 | 30 | 2C | 26 | 25 |
| Octal | 204 | 160 | 73 | 0 | 17 | 67 | 60 | 54 | 46 | 45 |
| Binary | 10000100 | 1110000 | 111011 | 0 | 1111 | 110111 | 110000 | 101100 | 100110 | 100101 |
Color Harmonies of #84703B
Complementary color
Monochromatic Colors of #84703B
Black with #84703B
Text Example
Text Example
White with #84703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84703B; }
p { color: rgb(132,112,59); }
H1.HeaderClassName
{
color: #84703B;
}
.AnyTagClassName
{
color: #84703B;
}
</style>
background-color css
<style>
a { background-color: #84703B; }
a { background-color: rgb(132,112,59); }
div.DivClassName
{
background-color: #84703B;
}
.BgClassName
{
background-color: #84703B;
}
</style>
border-color css
<style>
span { border-color: #84703B; }
span { border-color: rgb(132,112,59); }
td.TdClassName
{
border-color: #84703B;
}
.TagClassName
{
border-color: #84703B;
}
</style>