#867529

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

Shades of Corn Harvest #867529

Tints of Corn Harvest #867529

Color information

#867529 (or 0x867529) is unknown color: approx Corn Harvest. HEX triplet: 86, 75 and 29. RGB value is (134,117,41). Sum of RGB (Red+Green+Blue) = 134+117+41=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #867529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867529 is #798AD6. Grayscale: #717171. Windows color (decimal): -7965399 or 2717062. OLE color: 2717062.

HSL color Cylindrical-coordinate representation of color #867529: hue angle of 49.03º 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 #867529 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13411741-
CMYK00.130.690.47
HSL49.03º53.14%34.31%-
HSV(B)49.03º69.4%52.55%-
XYZ16.5917.954.69-
YUV113.4287.13142.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=45.89%
G=40.07%
B=14.04%

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
Decimal1341174100.130.690.4749.0353.1434.31
Hex8675290D452F313522
Octal2061655101510557616542
Binary100001101110101101001011011000101101111110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867529; }

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

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

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

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

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

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

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

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