#8D7430

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

Shades of Corn Harvest #8D7430

Tints of Corn Harvest #8D7430

Color information

#8D7430 (or 0x8D7430) is unknown color: approx Corn Harvest. HEX triplet: 8D, 74 and 30. RGB value is (141,116,48). Sum of RGB (Red+Green+Blue) = 141+116+48=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7430 is #728BCF. Grayscale: #747474. Windows color (decimal): -7506896 or 3175565. OLE color: 3175565.

HSL color Cylindrical-coordinate representation of color #8D7430: hue angle of 43.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D7430 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB14111648-
CMYK00.180.660.45
HSL43.87º49.21%37.06%-
HSV(B)43.87º65.96%55.29%-
XYZ17.7618.375.41-
YUV115.7289.78146.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=46.23%
G=38.03%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411164800.180.660.4543.8749.2137.06
Hex8D7430012422D2c3125
Octal2151646002210255546145
Binary1000110111101001100000100101000010101101101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,48); }

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

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

 a { background-color: rgb(141,116,48); }

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

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

 span { border-color: rgb(141,116,48); }

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