#8E6F33

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

Shades of Corn Harvest #8E6F33

Tints of Corn Harvest #8E6F33

Color information

#8E6F33 (or 0x8E6F33) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6F and 33. RGB value is (142,111,51). Sum of RGB (Red+Green+Blue) = 142+111+51=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F33 is #7190CC. Grayscale: #717171. Windows color (decimal): -7442637 or 3370894. OLE color: 3370894.

HSL color Cylindrical-coordinate representation of color #8E6F33: hue angle of 39.56º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E6F33 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB14211151-
CMYK00.220.640.44
HSL39.56º47.15%37.84%-
HSV(B)39.56º64.08%55.69%-
XYZ17.4417.365.56-
YUV113.4392.77148.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=46.71%
G=36.51%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421115100.220.640.4439.5647.1537.84
Hex8E6F33016402C282f26
Octal2161576302610054505746
Binary1000111011011111100110101101000000101100101000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6F33; }

 p { color: rgb(142,111,51); }

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

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

 a { background-color: rgb(142,111,51); }

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

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

 span { border-color: rgb(142,111,51); }

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