#8D732C

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

Shades of Corn Harvest #8D732C

Tints of Corn Harvest #8D732C

Color information

#8D732C (or 0x8D732C) is unknown color: approx Corn Harvest. HEX triplet: 8D, 73 and 2C. RGB value is (141,115,44). Sum of RGB (Red+Green+Blue) = 141+115+44=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D732C is #728CD3. Grayscale: #727272. Windows color (decimal): -7507156 or 2913165. OLE color: 2913165.

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

Color convert

RGB14111544-
CMYK00.180.690.45
HSL43.92º52.43%36.27%-
HSV(B)43.92º68.79%55.29%-
XYZ17.5718.114.95-
YUV114.6888.11146.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=47%
G=38.33%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411154400.180.690.4543.9252.4336.27
Hex8D732C012452D2c3424
Octal2151635402210555546444
Binary1000110111100111011000100101000101101101101100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,44); }

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

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

 a { background-color: rgb(141,115,44); }

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

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

 span { border-color: rgb(141,115,44); }

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