#8E731B

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

Shades of Corn Harvest #8E731B

Tints of Corn Harvest #8E731B

Color information

#8E731B (or 0x8E731B) is unknown color: approx Corn Harvest. HEX triplet: 8E, 73 and 1B. RGB value is (142,115,27). Sum of RGB (Red+Green+Blue) = 142+115+27=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E731B is #718CE4. Grayscale: #717171. Windows color (decimal): -7441637 or 1799054. OLE color: 1799054.

HSL color Cylindrical-coordinate representation of color #8E731B: hue angle of 45.91º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E731B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14211527-
CMYK00.190.810.44
HSL45.91º68.05%33.14%-
HSV(B)45.91º80.99%55.69%-
XYZ17.4818.093.61-
YUV113.0479.45148.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=50%
G=40.49%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421152700.190.810.4445.9168.0533.14
Hex8E731B013512C2e4421
Octal21616333023121545610441
Binary1000111011100111101101001110100011011001011101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,27); }

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

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

 a { background-color: rgb(142,115,27); }

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

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

 span { border-color: rgb(142,115,27); }

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