#84722F

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

Shades of Corn Harvest #84722F

Tints of Corn Harvest #84722F

Color information

#84722F (or 0x84722F) is unknown color: approx Corn Harvest. HEX triplet: 84, 72 and 2F. RGB value is (132,114,47). Sum of RGB (Red+Green+Blue) = 132+114+47=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84722F is #7B8DD0. Grayscale: #707070. Windows color (decimal): -8097233 or 3109508. OLE color: 3109508.

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

Color convert

RGB13211447-
CMYK00.140.640.48
HSL47.29º47.49%35.1%-
HSV(B)47.29º64.39%51.76%-
XYZ16.0517.155.15-
YUV111.7491.46142.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=45.05%
G=38.91%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321144700.140.640.4847.2947.4935.1
Hex84722F0E40302f2f23
Octal2041625701610060575743
Binary100001001110010101111011101000000110000101111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84722F; }

 p { color: rgb(132,114,47); }

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

<style>
 a { background-color: #84722F; }

 a { background-color: rgb(132,114,47); }

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

<style>
 span { border-color: #84722F; }

 span { border-color: rgb(132,114,47); }

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