#8d753e

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

Shades of Corn Harvest #8D753E

Tints of Corn Harvest #8D753E

Color information

#8D753E (or 0x8D753E) is unknown color: approx Corn Harvest. HEX triplet: 8D, 75 and 3E. RGB value is (141,117,62). Sum of RGB (Red+Green+Blue) = 141+117+62=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D753E is #728AC1. Grayscale: #767676. Windows color (decimal): -7506626 or 4093325. OLE color: 4093325.

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

Color convert

RGB14111762-
CMYK00.170.560.45
HSL41.77º38.92%39.8%-
HSV(B)41.77º56.03%55.29%-
XYZ18.2218.737.21-
YUV117.9196.45144.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=44.06%
G=36.56%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411176200.170.560.4541.7738.9239.8
Hex8D753E011382D2a2728
Octal215165760217055524750
Binary100011011110101111110010001111000101101101010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d753e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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