#846A31

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

Shades of Corn Harvest #846A31

Tints of Corn Harvest #846A31

Color information

#846A31 (or 0x846A31) is unknown color: approx Corn Harvest. HEX triplet: 84, 6A and 31. RGB value is (132,106,49). Sum of RGB (Red+Green+Blue) = 132+106+49=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #846A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A31 is #7B95CE. Grayscale: #6B6B6B. Windows color (decimal): -8099279 or 3238532. OLE color: 3238532.

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

Color convert

RGB13210649-
CMYK00.200.630.48
HSL41.2º45.86%35.49%-
HSV(B)41.2º62.88%51.76%-
XYZ15.2215.445.08-
YUV107.2895.11145.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=45.99%
G=36.93%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321064900.200.630.4841.245.8635.49
Hex846A310143F30292e23
Octal204152610247760515643
Binary100001001101010110001010100111111110000101001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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