#846C2D

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

Shades of Corn Harvest #846C2D

Tints of Corn Harvest #846C2D

Color information

#846C2D (or 0x846C2D) is unknown color: approx Corn Harvest. HEX triplet: 84, 6C and 2D. RGB value is (132,108,45). Sum of RGB (Red+Green+Blue) = 132+108+45=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #846C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C2D is #7B93D2. Grayscale: #6C6C6C. Windows color (decimal): -8098771 or 2976900. OLE color: 2976900.

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

Color convert

RGB13210845-
CMYK00.180.660.48
HSL43.45º49.15%34.71%-
HSV(B)43.45º65.91%51.76%-
XYZ15.3515.824.73-
YUV107.9992.45145.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=46.32%
G=37.89%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321084500.180.660.4843.4549.1534.71
Hex846C2D01242302b3123
Octal2041545502210260536143
Binary1000010011011001011010100101000010110000101011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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