Shades of Corn Harvest #84743B
Tints of Corn Harvest #84743B
RGB
CMYK
RGB Variations
Color information
#84743B (or 0x84743B) is known color: Corn Harvest. HEX triplet: 84, 74 and 3B. RGB value is (132,116,59). Sum of RGB (Red+Green+Blue) = 132+116+59=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84743B is #7B8BC4. Grayscale: #727272. Windows color (decimal): -8096709 or 3896452. OLE color: 3896452.
HSL color Cylindrical-coordinate representation of color #84743B: hue angle of 46.85º 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 #84743B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 59 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.48 |
| HSL | 46.85º | 0.38% | 0.37% | - |
| HSV(B) | 46.85º | 0.55% | 0.52% | - |
| XYZ | 16.55 | 17.71 | 6.68 | - |
| YUV | 114.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 59 | 0 | 0.12 | 0.55 | 0.48 | 46.85 | 0.38 | 0.37 |
| Hex | 84 | 74 | 3B | 0 | C | 37 | 30 | 2F | 26 | 25 |
| Octal | 204 | 164 | 73 | 0 | 14 | 67 | 60 | 57 | 46 | 45 |
| Binary | 10000100 | 1110100 | 111011 | 0 | 1100 | 110111 | 110000 | 101111 | 100110 | 100101 |
Color Harmonies of #84743B
Complementary color
Monochromatic Colors of #84743B
Black with #84743B
Text Example
Text Example
White with #84743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84743B; }
p { color: rgb(132,116,59); }
H1.HeaderClassName
{
color: #84743B;
}
.AnyTagClassName
{
color: #84743B;
}
</style>
background-color css
<style>
a { background-color: #84743B; }
a { background-color: rgb(132,116,59); }
div.DivClassName
{
background-color: #84743B;
}
.BgClassName
{
background-color: #84743B;
}
</style>
border-color css
<style>
span { border-color: #84743B; }
span { border-color: rgb(132,116,59); }
td.TdClassName
{
border-color: #84743B;
}
.TagClassName
{
border-color: #84743B;
}
</style>