#84682E

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

Shades of Corn Harvest #84682E

Tints of Corn Harvest #84682E

Color information

#84682E (or 0x84682E) is unknown color: approx Corn Harvest. HEX triplet: 84, 68 and 2E. RGB value is (132,104,46). Sum of RGB (Red+Green+Blue) = 132+104+46=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84682E is #7B97D1. Grayscale: #6A6A6A. Windows color (decimal): -8099794 or 3041412. OLE color: 3041412.

HSL color Cylindrical-coordinate representation of color #84682E: hue angle of 40.47º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84682E is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13210446-
CMYK00.210.650.48
HSL40.47º48.31%34.9%-
HSV(B)40.47º65.15%51.76%-
XYZ14.96154.69-
YUV105.7694.28146.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=46.81%
G=36.88%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321044600.210.650.4840.4748.3134.9
Hex84682E0154130283023
Octal2041505602510160506043
Binary1000010011010001011100101011000001110000101000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84682E; }

 p { color: rgb(132,104,46); }

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

<style>
 a { background-color: #84682E; }

 a { background-color: rgb(132,104,46); }

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

<style>
 span { border-color: #84682E; }

 span { border-color: rgb(132,104,46); }

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