#8D721E

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

Shades of Corn Harvest #8D721E

Tints of Corn Harvest #8D721E

Color information

#8D721E (or 0x8D721E) is unknown color: approx Corn Harvest. HEX triplet: 8D, 72 and 1E. RGB value is (141,114,30). Sum of RGB (Red+Green+Blue) = 141+114+30=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D721E is #728DE1. Grayscale: #707070. Windows color (decimal): -7507426 or 1995405. OLE color: 1995405.

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

Color convert

RGB14111430-
CMYK00.190.790.45
HSL45.41º64.91%33.53%-
HSV(B)45.41º78.72%55.29%-
XYZ17.2417.793.75-
YUV112.581.45148.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=49.47%
G=40%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411143000.190.790.4545.4164.9133.53
Hex8D721E0134F2D2d4122
Octal21516236023117555510142
Binary1000110111100101111001001110011111011011011011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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