#846F2D

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

Shades of Corn Harvest #846F2D

Tints of Corn Harvest #846F2D

Color information

#846F2D (or 0x846F2D) is unknown color: approx Corn Harvest. HEX triplet: 84, 6F and 2D. RGB value is (132,111,45). Sum of RGB (Red+Green+Blue) = 132+111+45=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #846F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F2D is #7B90D2. Grayscale: #6E6E6E. Windows color (decimal): -8098003 or 2977668. OLE color: 2977668.

HSL color Cylindrical-coordinate representation of color #846F2D: hue angle of 45.52º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #846F2D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB13211145-
CMYK00.160.660.48
HSL45.52º49.15%34.71%-
HSV(B)45.52º65.91%51.76%-
XYZ15.6716.464.83-
YUV109.7691.46143.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=45.83%
G=38.54%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321114500.160.660.4845.5249.1534.71
Hex846F2D01042302e3123
Octal2041575502010260566143
Binary1000010011011111011010100001000010110000101110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F2D; }

 p { color: rgb(132,111,45); }

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

<style>
 a { background-color: #846F2D; }

 a { background-color: rgb(132,111,45); }

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

<style>
 span { border-color: #846F2D; }

 span { border-color: rgb(132,111,45); }

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