#8D722F

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

Shades of Corn Harvest #8D722F

Tints of Corn Harvest #8D722F

Color information

#8D722F (or 0x8D722F) is unknown color: approx Corn Harvest. HEX triplet: 8D, 72 and 2F. RGB value is (141,114,47). Sum of RGB (Red+Green+Blue) = 141+114+47=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D722F is #728DD0. Grayscale: #727272. Windows color (decimal): -7507409 or 3109517. OLE color: 3109517.

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

Color convert

RGB14111447-
CMYK00.190.670.45
HSL42.77º50%36.86%-
HSV(B)42.77º66.67%55.29%-
XYZ17.5117.95.22-
YUV114.4489.95146.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=46.69%
G=37.75%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411144700.190.670.4542.775036.86
Hex8D722F013432D2b3225
Octal2151625702310355536245
Binary1000110111100101011110100111000011101101101011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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