#846C31

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

Shades of Corn Harvest #846C31

Tints of Corn Harvest #846C31

Color information

#846C31 (or 0x846C31) is unknown color: approx Corn Harvest. HEX triplet: 84, 6C and 31. RGB value is (132,108,49). Sum of RGB (Red+Green+Blue) = 132+108+49=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #846C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C31 is #7B93CE. Grayscale: #6C6C6C. Windows color (decimal): -8098767 or 3239044. OLE color: 3239044.

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

Color convert

RGB13210849-
CMYK00.180.630.48
HSL42.65º45.86%35.49%-
HSV(B)42.65º62.88%51.76%-
XYZ15.4315.855.15-
YUV108.4594.45144.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=45.67%
G=37.37%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321084900.180.630.4842.6545.8635.49
Hex846C310123F302b2e23
Octal204154610227760535643
Binary100001001101100110001010010111111110000101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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