#84712C

Color #84712C Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #84712C

Tints of Corn Harvest #84712C

Color information

#84712C (or 0x84712C) is unknown color: approx Corn Harvest. HEX triplet: 84, 71 and 2C. RGB value is (132,113,44). Sum of RGB (Red+Green+Blue) = 132+113+44=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84712C is #7B8ED3. Grayscale: #6F6F6F. Windows color (decimal): -8097492 or 2912644. OLE color: 2912644.

HSL color Cylindrical-coordinate representation of color #84712C: hue angle of 47.05º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84712C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13211344-
CMYK00.140.670.48
HSL47.05º50%34.51%-
HSV(B)47.05º66.67%51.76%-
XYZ15.8816.94.81-
YUV110.8290.29143.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=45.67%
G=39.10%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321134400.140.670.4847.055034.51
Hex84712C0E43302f3223
Octal2041615401610360576243
Binary100001001110001101100011101000011110000101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84712C; }

 p { color: rgb(132,113,44); }

 H1.HeaderClassName
 {
   color: #84712C;
 }
 .AnyTagClassName
 {
   color: #84712C;
 }
</style>
background-color css

<style>
 a { background-color: #84712C; }

 a { background-color: rgb(132,113,44); }

 div.DivClassName
 {
   background-color: #84712C;
 }
 .BgClassName
 {
   background-color: #84712C;
 }
</style>
border-color css

<style>
 span { border-color: #84712C; }

 span { border-color: rgb(132,113,44); }

 td.TdClassName
 {
   border-color: #84712C;
 }
 .TagClassName
 {
   border-color: #84712C;
 }
</style>