#8D702D

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

Shades of Corn Harvest #8D702D

Tints of Corn Harvest #8D702D

Color information

#8D702D (or 0x8D702D) is unknown color: approx Corn Harvest. HEX triplet: 8D, 70 and 2D. RGB value is (141,112,45). Sum of RGB (Red+Green+Blue) = 141+112+45=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D702D is #728FD2. Grayscale: #717171. Windows color (decimal): -7507923 or 2977933. OLE color: 2977933.

HSL color Cylindrical-coordinate representation of color #8D702D: hue angle of 41.87º 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 #8D702D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14111245-
CMYK00.210.680.45
HSL41.87º51.61%36.47%-
HSV(B)41.87º68.09%55.29%-
XYZ17.2517.444.94-
YUV113.0389.61147.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=47.32%
G=37.58%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411124500.210.680.4541.8751.6136.47
Hex8D702D015442D2a3424
Octal2151605502510455526444
Binary1000110111100001011010101011000100101101101010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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