#84703B

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

Shades of Corn Harvest #84703B

Tints of Corn Harvest #84703B

Color information

#84703B (or 0x84703B) is unknown color: approx Corn Harvest. HEX triplet: 84, 70 and 3B. RGB value is (132,112,59). Sum of RGB (Red+Green+Blue) = 132+112+59=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84703B is #7B8FC4. Grayscale: #707070. Windows color (decimal): -8097733 or 3895428. OLE color: 3895428.

HSL color Cylindrical-coordinate representation of color #84703B: hue angle of 43.56º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84703B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13211259-
CMYK00.150.550.48
HSL43.56º38.22%37.45%-
HSV(B)43.56º55.3%51.76%-
XYZ16.116.816.53-
YUV111.9498.13142.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=43.56%
G=36.96%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321125900.150.550.4843.5638.2237.45
Hex84703B0F37302c2625
Octal204160730176760544645
Binary10000100111000011101101111110111110000101100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,112,59); }

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

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

 a { background-color: rgb(132,112,59); }

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

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

 span { border-color: rgb(132,112,59); }

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