#867127

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

Shades of Corn Harvest #867127

Tints of Corn Harvest #867127

Color information

#867127 (or 0x867127) is unknown color: approx Corn Harvest. HEX triplet: 86, 71 and 27. RGB value is (134,113,39). Sum of RGB (Red+Green+Blue) = 134+113+39=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #867127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867127 is #798ED8. Grayscale: #6F6F6F. Windows color (decimal): -7966425 or 2584966. OLE color: 2584966.

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

Color convert

RGB13411339-
CMYK00.160.710.47
HSL46.74º54.91%33.92%-
HSV(B)46.74º70.9%52.55%-
XYZ16.117.034.36-
YUV110.8487.46144.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=46.85%
G=39.51%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341133900.160.710.4746.7454.9133.92
Hex867127010472F2f3722
Octal2061614702010757576742
Binary1000011011100011001110100001000111101111101111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867127; }

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

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

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

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

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

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

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

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