#8D6F23

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

Shades of Corn Harvest #8D6F23

Tints of Corn Harvest #8D6F23

Color information

#8D6F23 (or 0x8D6F23) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6F and 23. RGB value is (141,111,35). Sum of RGB (Red+Green+Blue) = 141+111+35=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6F23 is #7290DC. Grayscale: #6F6F6F. Windows color (decimal): -7508189 or 2322317. OLE color: 2322317.

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

Color convert

RGB14111135-
CMYK00.210.750.45
HSL43.02º60.23%34.51%-
HSV(B)43.02º75.18%55.29%-
XYZ16.9717.154.01-
YUV111.3184.94149.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=49.13%
G=38.68%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411113500.210.750.4543.0260.2334.51
Hex8D6F230154B2D2b3c23
Octal2151574302511355537443
Binary1000110111011111000110101011001011101101101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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