#8E6B24

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

Shades of Corn Harvest #8E6B24

Tints of Corn Harvest #8E6B24

Color information

#8E6B24 (or 0x8E6B24) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6B and 24. RGB value is (142,107,36). Sum of RGB (Red+Green+Blue) = 142+107+36=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6B24 is #7194DB. Grayscale: #6D6D6D. Windows color (decimal): -7443676 or 2386830. OLE color: 2386830.

HSL color Cylindrical-coordinate representation of color #8E6B24: hue angle of 40.19º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E6B24 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB14210736-
CMYK00.250.750.44
HSL40.19º59.55%34.9%-
HSV(B)40.19º74.65%55.69%-
XYZ16.7316.393.95-
YUV109.3786.6151.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=49.82%
G=37.54%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421073600.250.750.4440.1959.5534.9
Hex8E6B240194B2C283c23
Octal2161534403111354507443
Binary1000111011010111001000110011001011101100101000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,36); }

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

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

 a { background-color: rgb(142,107,36); }

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

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

 span { border-color: rgb(142,107,36); }

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