Shades of Corn Harvest #84713A
Tints of Corn Harvest #84713A
RGB
CMYK
RGB Variations
Color information
#84713A (or 0x84713A) is known color: Corn Harvest. HEX triplet: 84, 71 and 3A. RGB value is (132,113,58). Sum of RGB (Red+Green+Blue) = 132+113+58=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84713A is #7B8EC5. Grayscale: #707070. Windows color (decimal): -8097478 or 3830148. OLE color: 3830148.
HSL color Cylindrical-coordinate representation of color #84713A: hue angle of 44.59º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84713A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 58 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.48 |
| HSL | 44.59º | 0.39% | 0.37% | - |
| HSV(B) | 44.59º | 0.56% | 0.52% | - |
| XYZ | 16.18 | 17.02 | 6.44 | - |
| YUV | 112.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 58 | 0 | 0.14 | 0.56 | 0.48 | 44.59 | 0.39 | 0.37 |
| Hex | 84 | 71 | 3A | 0 | E | 38 | 30 | 2D | 27 | 25 |
| Octal | 204 | 161 | 72 | 0 | 16 | 70 | 60 | 55 | 47 | 45 |
| Binary | 10000100 | 1110001 | 111010 | 0 | 1110 | 111000 | 110000 | 101101 | 100111 | 100101 |
Color Harmonies of #84713A
Complementary color
Monochromatic Colors of #84713A
Black with #84713A
Text Example
Text Example
White with #84713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84713A; }
p { color: rgb(132,113,58); }
H1.HeaderClassName
{
color: #84713A;
}
.AnyTagClassName
{
color: #84713A;
}
</style>
background-color css
<style>
a { background-color: #84713A; }
a { background-color: rgb(132,113,58); }
div.DivClassName
{
background-color: #84713A;
}
.BgClassName
{
background-color: #84713A;
}
</style>
border-color css
<style>
span { border-color: #84713A; }
span { border-color: rgb(132,113,58); }
td.TdClassName
{
border-color: #84713A;
}
.TagClassName
{
border-color: #84713A;
}
</style>