#8D712C

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

Shades of Corn Harvest #8D712C

Tints of Corn Harvest #8D712C

Color information

#8D712C (or 0x8D712C) is unknown color: approx Corn Harvest. HEX triplet: 8D, 71 and 2C. RGB value is (141,113,44). Sum of RGB (Red+Green+Blue) = 141+113+44=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D712C is #728ED3. Grayscale: #717171. Windows color (decimal): -7507668 or 2912653. OLE color: 2912653.

HSL color Cylindrical-coordinate representation of color #8D712C: hue angle of 42.68º 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 #8D712C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB14111344-
CMYK00.200.690.45
HSL42.68º52.43%36.27%-
HSV(B)42.68º68.79%55.29%-
XYZ17.3417.654.88-
YUV113.5188.78147.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=47.32%
G=37.92%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411134400.200.690.4542.6852.4336.27
Hex8D712C014452D2b3424
Octal2151615402410555536444
Binary1000110111100011011000101001000101101101101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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