#846B2D

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

Shades of Corn Harvest #846B2D

Tints of Corn Harvest #846B2D

Color information

#846B2D (or 0x846B2D) is unknown color: approx Corn Harvest. HEX triplet: 84, 6B and 2D. RGB value is (132,107,45). Sum of RGB (Red+Green+Blue) = 132+107+45=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #846B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B2D is #7B94D2. Grayscale: #6B6B6B. Windows color (decimal): -8099027 or 2976644. OLE color: 2976644.

HSL color Cylindrical-coordinate representation of color #846B2D: hue angle of 42.76º 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 #846B2D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB13210745-
CMYK00.190.660.48
HSL42.76º49.15%34.71%-
HSV(B)42.76º65.91%51.76%-
XYZ15.2515.614.69-
YUV107.4192.78145.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=46.48%
G=37.68%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321074500.190.660.4842.7649.1534.71
Hex846B2D01342302b3123
Octal2041535502310260536143
Binary1000010011010111011010100111000010110000101011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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