#867734

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

Shades of Corn Harvest #867734

Tints of Corn Harvest #867734

Color information

#867734 (or 0x867734) is unknown color: approx Corn Harvest. HEX triplet: 86, 77 and 34. RGB value is (134,119,52). Sum of RGB (Red+Green+Blue) = 134+119+52=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #867734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867734 is #7988CB. Grayscale: #747474. Windows color (decimal): -7964876 or 3438470. OLE color: 3438470.

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

Color convert

RGB13411952-
CMYK00.110.610.47
HSL49.02º44.09%36.47%-
HSV(B)49.02º61.19%52.55%-
XYZ17.0518.515.92-
YUV115.8591.97140.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=43.93%
G=39.02%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341195200.110.610.4749.0244.0936.47
Hex8677340B3D2F312c24
Octal206167640137557615444
Binary10000110111011111010001011111101101111110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867734; }

 p { color: rgb(134,119,52); }

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

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

 a { background-color: rgb(134,119,52); }

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

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

 span { border-color: rgb(134,119,52); }

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