#8E6F38

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

Shades of Corn Harvest #8E6F38

Tints of Corn Harvest #8E6F38

Color information

#8E6F38 (or 0x8E6F38) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6F and 38. RGB value is (142,111,56). Sum of RGB (Red+Green+Blue) = 142+111+56=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F38 is #7190C7. Grayscale: #727272. Windows color (decimal): -7442632 or 3698574. OLE color: 3698574.

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

Color convert

RGB14211156-
CMYK00.220.610.44
HSL38.37º43.43%38.82%-
HSV(B)38.37º60.56%55.69%-
XYZ17.5517.416.18-
YUV11495.27147.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=45.95%
G=35.92%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421115600.220.610.4438.3743.4338.82
Hex8E6F380163D2C262b27
Octal216157700267554465347
Binary100011101101111111000010110111101101100100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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