#8D7438

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

Shades of Corn Harvest #8D7438

Tints of Corn Harvest #8D7438

Color information

#8D7438 (or 0x8D7438) is unknown color: approx Corn Harvest. HEX triplet: 8D, 74 and 38. RGB value is (141,116,56). Sum of RGB (Red+Green+Blue) = 141+116+56=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7438 is #728BC7. Grayscale: #747474. Windows color (decimal): -7506888 or 3699853. OLE color: 3699853.

HSL color Cylindrical-coordinate representation of color #8D7438: hue angle of 42.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D7438 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB14111656-
CMYK00.180.600.45
HSL42.35º43.15%38.63%-
HSV(B)42.35º60.28%55.29%-
XYZ17.9418.446.35-
YUV116.6493.78145.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=45.05%
G=37.06%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411165600.180.600.4542.3543.1538.63
Hex8D74380123C2D2a2b27
Octal215164700227455525347
Binary100011011110100111000010010111100101101101010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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