#867032

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

Shades of Corn Harvest #867032

Tints of Corn Harvest #867032

Color information

#867032 (or 0x867032) is unknown color: approx Corn Harvest. HEX triplet: 86, 70 and 32. RGB value is (134,112,50). Sum of RGB (Red+Green+Blue) = 134+112+50=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #867032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867032 is #798FCD. Grayscale: #6F6F6F. Windows color (decimal): -7966670 or 3305606. OLE color: 3305606.

HSL color Cylindrical-coordinate representation of color #867032: hue angle of 44.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #867032 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13411250-
CMYK00.160.630.47
HSL44.29º45.65%36.08%-
HSV(B)44.29º62.69%52.55%-
XYZ16.216.895.42-
YUV111.5193.29144.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=45.27%
G=37.84%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341125000.160.630.4744.2945.6536.08
Hex8670320103F2F2c2e24
Octal206160620207757545644
Binary100001101110000110010010000111111101111101100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867032; }

 p { color: rgb(134,112,50); }

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

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

 a { background-color: rgb(134,112,50); }

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

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

 span { border-color: rgb(134,112,50); }

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