#8C722D

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

Shades of Corn Harvest #8C722D

Tints of Corn Harvest #8C722D

Color information

#8C722D (or 0x8C722D) is unknown color: approx Corn Harvest. HEX triplet: 8C, 72 and 2D. RGB value is (140,114,45). Sum of RGB (Red+Green+Blue) = 140+114+45=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C722D is #738DD2. Grayscale: #727272. Windows color (decimal): -7572947 or 2978444. OLE color: 2978444.

HSL color Cylindrical-coordinate representation of color #8C722D: hue angle of 43.58º degrees, saturation: 0.51, 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 #8C722D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14011445-
CMYK00.190.680.45
HSL43.58º51.35%36.27%-
HSV(B)43.58º67.86%54.9%-
XYZ17.3117.85.01-
YUV113.9189.11146.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=46.82%
G=38.13%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401144500.190.680.4543.5851.3536.27
Hex8C722D013442D2c3324
Octal2141625502310455546344
Binary1000110011100101011010100111000100101101101100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,45); }

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

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

 a { background-color: rgb(140,114,45); }

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

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

 span { border-color: rgb(140,114,45); }

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