#867331

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

Shades of Corn Harvest #867331

Tints of Corn Harvest #867331

Color information

#867331 (or 0x867331) is unknown color: approx Corn Harvest. HEX triplet: 86, 73 and 31. RGB value is (134,115,49). Sum of RGB (Red+Green+Blue) = 134+115+49=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #867331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867331 is #798CCE. Grayscale: #717171. Windows color (decimal): -7965903 or 3240838. OLE color: 3240838.

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

Color convert

RGB13411549-
CMYK00.140.630.47
HSL46.59º46.45%35.88%-
HSV(B)46.59º63.43%52.55%-
XYZ16.5217.555.42-
YUV113.1691.79142.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=44.97%
G=38.59%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341154900.140.630.4746.5946.4535.88
Hex8673310E3F2F2f2e24
Octal206163610167757575644
Binary10000110111001111000101110111111101111101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867331; }

 p { color: rgb(134,115,49); }

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

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

 a { background-color: rgb(134,115,49); }

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

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

 span { border-color: rgb(134,115,49); }

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