#8d6f2d

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

Shades of Corn Harvest #8D6F2D

Tints of Corn Harvest #8D6F2D

Color information

#8D6F2D (or 0x8D6F2D) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6F and 2D. RGB value is (141,111,45). Sum of RGB (Red+Green+Blue) = 141+111+45=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6F2D is #7290D2. Grayscale: #707070. Windows color (decimal): -7508179 or 2977677. OLE color: 2977677.

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

Color convert

RGB14111145-
CMYK00.210.680.45
HSL41.25º51.61%36.47%-
HSV(B)41.25º68.09%55.29%-
XYZ17.1417.224.9-
YUV112.4589.94148.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=47.47%
G=37.37%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411114500.210.680.4541.2551.6136.47
Hex8D6F2D015442D293424
Octal2151575502510455516444
Binary1000110111011111011010101011000100101101101001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d6f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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