#8D752C

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

Shades of Corn Harvest #8D752C

Tints of Corn Harvest #8D752C

Color information

#8D752C (or 0x8D752C) is unknown color: approx Corn Harvest. HEX triplet: 8D, 75 and 2C. RGB value is (141,117,44). Sum of RGB (Red+Green+Blue) = 141+117+44=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D752C is #728AD3. Grayscale: #747474. Windows color (decimal): -7506644 or 2913677. OLE color: 2913677.

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

Color convert

RGB14111744-
CMYK00.170.690.45
HSL45.15º52.43%36.27%-
HSV(B)45.15º68.79%55.29%-
XYZ17.818.575.03-
YUV115.8587.45145.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=46.69%
G=38.74%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411174400.170.690.4545.1552.4336.27
Hex8D752C011452D2d3424
Octal2151655402110555556444
Binary1000110111101011011000100011000101101101101101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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