#8D753D

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

Shades of Corn Harvest #8D753D

Tints of Corn Harvest #8D753D

Color information

#8D753D (or 0x8D753D) is unknown color: approx Corn Harvest. HEX triplet: 8D, 75 and 3D. RGB value is (141,117,61). Sum of RGB (Red+Green+Blue) = 141+117+61=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D753D is #728AC2. Grayscale: #767676. Windows color (decimal): -7506627 or 4027789. OLE color: 4027789.

HSL color Cylindrical-coordinate representation of color #8D753D: hue angle of 42º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D753D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB14111761-
CMYK00.170.570.45
HSL42º39.6%39.61%-
HSV(B)42º56.74%55.29%-
XYZ18.1918.727.07-
YUV117.7995.95144.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=44.20%
G=36.68%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411176100.170.570.454239.639.61
Hex8D753D011392D2a2828
Octal215165750217155525050
Binary100011011110101111101010001111001101101101010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,61); }

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

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

 a { background-color: rgb(141,117,61); }

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

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

 span { border-color: rgb(141,117,61); }

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