#84702C

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

Shades of Corn Harvest #84702C

Tints of Corn Harvest #84702C

Color information

#84702C (or 0x84702C) is unknown color: approx Corn Harvest. HEX triplet: 84, 70 and 2C. RGB value is (132,112,44). Sum of RGB (Red+Green+Blue) = 132+112+44=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84702C is #7B8FD3. Grayscale: #6E6E6E. Windows color (decimal): -8097748 or 2912388. OLE color: 2912388.

HSL color Cylindrical-coordinate representation of color #84702C: hue angle of 46.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84702C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13211244-
CMYK00.150.670.48
HSL46.36º50%34.51%-
HSV(B)46.36º66.67%51.76%-
XYZ15.7616.684.77-
YUV110.2390.63143.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=45.83%
G=38.89%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321124400.150.670.4846.365034.51
Hex84702C0F43302e3223
Octal2041605401710360566243
Binary100001001110000101100011111000011110000101110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84702C; }

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

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

<style>
 a { background-color: #84702C; }

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

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

<style>
 span { border-color: #84702C; }

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

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