#8D753B

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

Shades of Corn Harvest #8D753B

Tints of Corn Harvest #8D753B

Color information

#8D753B (or 0x8D753B) is unknown color: approx Corn Harvest. HEX triplet: 8D, 75 and 3B. RGB value is (141,117,59). Sum of RGB (Red+Green+Blue) = 141+117+59=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D753B is #728AC4. Grayscale: #757575. Windows color (decimal): -7506629 or 3896717. OLE color: 3896717.

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

Color convert

RGB14111759-
CMYK00.170.580.45
HSL42.44º41%39.22%-
HSV(B)42.44º58.16%55.29%-
XYZ18.1418.76.79-
YUV117.5694.95144.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=44.48%
G=36.91%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411175900.170.580.4542.444139.22
Hex8D753B0113A2D2a2927
Octal215165730217255525147
Binary100011011110101111011010001111010101101101010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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