#84712B

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

Shades of Corn Harvest #84712B

Tints of Corn Harvest #84712B

Color information

#84712B (or 0x84712B) is unknown color: approx Corn Harvest. HEX triplet: 84, 71 and 2B. RGB value is (132,113,43). Sum of RGB (Red+Green+Blue) = 132+113+43=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84712B is #7B8ED4. Grayscale: #6F6F6F. Windows color (decimal): -8097493 or 2847108. OLE color: 2847108.

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

Color convert

RGB13211343-
CMYK00.140.670.48
HSL47.19º50.86%34.31%-
HSV(B)47.19º67.42%51.76%-
XYZ15.8616.894.71-
YUV110.789.79143.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=45.83%
G=39.24%
B=14.93%

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
Decimal1321134300.140.670.4847.1950.8634.31
Hex84712B0E43302f3322
Octal2041615301610360576342
Binary100001001110001101011011101000011110000101111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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