#8D732D

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

Shades of Corn Harvest #8D732D

Tints of Corn Harvest #8D732D

Color information

#8D732D (or 0x8D732D) is unknown color: approx Corn Harvest. HEX triplet: 8D, 73 and 2D. RGB value is (141,115,45). Sum of RGB (Red+Green+Blue) = 141+115+45=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D732D is #728CD2. Grayscale: #737373. Windows color (decimal): -7507155 or 2978701. OLE color: 2978701.

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

Color convert

RGB14111545-
CMYK00.180.680.45
HSL43.75º51.61%36.47%-
HSV(B)43.75º68.09%55.29%-
XYZ17.5918.115.05-
YUV114.7988.61146.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=46.84%
G=38.21%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411154500.180.680.4543.7551.6136.47
Hex8D732D012442D2c3424
Octal2151635502210455546444
Binary1000110111100111011010100101000100101101101100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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