#8D6F33

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

Shades of Corn Harvest #8D6F33

Tints of Corn Harvest #8D6F33

Color information

#8D6F33 (or 0x8D6F33) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6F and 33. RGB value is (141,111,51). Sum of RGB (Red+Green+Blue) = 141+111+51=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6F33 is #7290CC. Grayscale: #717171. Windows color (decimal): -7508173 or 3370893. OLE color: 3370893.

HSL color Cylindrical-coordinate representation of color #8D6F33: hue angle of 40º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D6F33 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB14111151-
CMYK00.210.640.45
HSL40º46.88%37.65%-
HSV(B)40º63.83%55.29%-
XYZ17.2717.275.56-
YUV113.1392.94147.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=46.53%
G=36.63%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411115100.210.640.454046.8837.65
Hex8D6F33015402D282f26
Octal2151576302510055505746
Binary1000110111011111100110101011000000101101101000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,51); }

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

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

 a { background-color: rgb(141,111,51); }

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

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

 span { border-color: rgb(141,111,51); }

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