#846930

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

Shades of Corn Harvest #846930

Tints of Corn Harvest #846930

Color information

#846930 (or 0x846930) is unknown color: approx Corn Harvest. HEX triplet: 84, 69 and 30. RGB value is (132,105,48). Sum of RGB (Red+Green+Blue) = 132+105+48=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #846930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846930 is #7B96CF. Grayscale: #6A6A6A. Windows color (decimal): -8099536 or 3172740. OLE color: 3172740.

HSL color Cylindrical-coordinate representation of color #846930: hue angle of 40.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #846930 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13210548-
CMYK00.200.640.48
HSL40.71º46.67%35.29%-
HSV(B)40.71º63.64%51.76%-
XYZ15.115.224.94-
YUV106.5794.95146.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=46.32%
G=36.84%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321054800.200.640.4840.7146.6735.29
Hex8469300144030292f23
Octal2041516002410060515743
Binary1000010011010011100000101001000000110000101001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846930; }

 p { color: rgb(132,105,48); }

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

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

 a { background-color: rgb(132,105,48); }

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

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

 span { border-color: rgb(132,105,48); }

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