#84732B

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

Shades of Corn Harvest #84732B

Tints of Corn Harvest #84732B

Color information

#84732B (or 0x84732B) is unknown color: approx Corn Harvest. HEX triplet: 84, 73 and 2B. RGB value is (132,115,43). Sum of RGB (Red+Green+Blue) = 132+115+43=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84732B is #7B8CD4. Grayscale: #707070. Windows color (decimal): -8096981 or 2847620. OLE color: 2847620.

HSL color Cylindrical-coordinate representation of color #84732B: hue angle of 48.54º 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 #84732B is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13211543-
CMYK00.130.670.48
HSL48.54º50.86%34.31%-
HSV(B)48.54º67.42%51.76%-
XYZ16.0817.344.79-
YUV111.8789.13142.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=45.52%
G=39.66%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321154300.130.670.4848.5450.8634.31
Hex84732B0D4330313322
Octal2041635301510360616342
Binary100001001110011101011011011000011110000110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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