#8D7234

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

Shades of Corn Harvest #8D7234

Tints of Corn Harvest #8D7234

Color information

#8D7234 (or 0x8D7234) is unknown color: approx Corn Harvest. HEX triplet: 8D, 72 and 34. RGB value is (141,114,52). Sum of RGB (Red+Green+Blue) = 141+114+52=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7234 is #728DCB. Grayscale: #737373. Windows color (decimal): -7507404 or 3437197. OLE color: 3437197.

HSL color Cylindrical-coordinate representation of color #8D7234: hue angle of 41.8º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D7234 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB14111452-
CMYK00.190.630.45
HSL41.8º46.11%37.84%-
HSV(B)41.8º63.12%55.29%-
XYZ17.6217.955.78-
YUV11592.45146.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=45.93%
G=37.13%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411145200.190.630.4541.846.1137.84
Hex8D72340133F2D2a2e26
Octal215162640237755525646
Binary100011011110010110100010011111111101101101010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,114,52); }

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

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

 a { background-color: rgb(141,114,52); }

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

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

 span { border-color: rgb(141,114,52); }

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