#867134

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

Shades of Corn Harvest #867134

Tints of Corn Harvest #867134

Color information

#867134 (or 0x867134) is unknown color: approx Corn Harvest. HEX triplet: 86, 71 and 34. RGB value is (134,113,52). Sum of RGB (Red+Green+Blue) = 134+113+52=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #867134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867134 is #798ECB. Grayscale: #707070. Windows color (decimal): -7966412 or 3436934. OLE color: 3436934.

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

Color convert

RGB13411352-
CMYK00.160.610.47
HSL44.63º44.09%36.47%-
HSV(B)44.63º61.19%52.55%-
XYZ16.3617.135.69-
YUV112.3293.96143.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=44.82%
G=37.79%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341135200.160.610.4744.6344.0936.47
Hex8671340103D2F2d2c24
Octal206161640207557555444
Binary100001101110001110100010000111101101111101101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867134; }

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

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

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

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

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

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

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

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