#846f30

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

Shades of Corn Harvest #846F30

Tints of Corn Harvest #846F30

Color information

#846F30 (or 0x846F30) is unknown color: approx Corn Harvest. HEX triplet: 84, 6F and 30. RGB value is (132,111,48). Sum of RGB (Red+Green+Blue) = 132+111+48=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #846F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F30 is #7B90CF. Grayscale: #6E6E6E. Windows color (decimal): -8098000 or 3174276. OLE color: 3174276.

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

Color convert

RGB13211148-
CMYK00.160.640.48
HSL45º46.67%35.29%-
HSV(B)45º63.64%51.76%-
XYZ15.7316.495.15-
YUV110.192.96143.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=45.36%
G=38.14%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321114800.160.640.484546.6735.29
Hex846F3001040302d2f23
Octal2041576002010060555743
Binary1000010011011111100000100001000000110000101101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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