#867429

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

Shades of Corn Harvest #867429

Tints of Corn Harvest #867429

Color information

#867429 (or 0x867429) is unknown color: approx Corn Harvest. HEX triplet: 86, 74 and 29. RGB value is (134,116,41). Sum of RGB (Red+Green+Blue) = 134+116+41=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #867429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867429 is #798BD6. Grayscale: #717171. Windows color (decimal): -7965655 or 2716806. OLE color: 2716806.

HSL color Cylindrical-coordinate representation of color #867429: hue angle of 48.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #867429 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13411641-
CMYK00.130.690.47
HSL48.39º53.14%34.31%-
HSV(B)48.39º69.4%52.55%-
XYZ16.4817.724.65-
YUV112.8387.46143.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=46.05%
G=39.86%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341164100.130.690.4748.3953.1434.31
Hex8674290D452F303522
Octal2061645101510557606542
Binary100001101110100101001011011000101101111110000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867429; }

 p { color: rgb(134,116,41); }

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

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

 a { background-color: rgb(134,116,41); }

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

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

 span { border-color: rgb(134,116,41); }

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