#8D753C

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

Shades of Corn Harvest #8D753C

Tints of Corn Harvest #8D753C

Color information

#8D753C (or 0x8D753C) is unknown color: approx Corn Harvest. HEX triplet: 8D, 75 and 3C. RGB value is (141,117,60). Sum of RGB (Red+Green+Blue) = 141+117+60=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D753C is #728AC3. Grayscale: #757575. Windows color (decimal): -7506628 or 3962253. OLE color: 3962253.

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

Color convert

RGB14111760-
CMYK00.170.570.45
HSL42.22º40.3%39.41%-
HSV(B)42.22º57.45%55.29%-
XYZ18.1618.716.93-
YUV117.6895.45144.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=44.34%
G=36.79%
B=18.87%

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
Decimal1411176000.170.570.4542.2240.339.41
Hex8D753C011392D2a2827
Octal215165740217155525047
Binary100011011110101111100010001111001101101101010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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