#8c7921

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

Shades of Corn Harvest #8C7921

Tints of Corn Harvest #8C7921

Color information

#8C7921 (or 0x8C7921) is unknown color: approx Corn Harvest. HEX triplet: 8C, 79 and 21. RGB value is (140,121,33). Sum of RGB (Red+Green+Blue) = 140+121+33=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7921 is #7386DE. Grayscale: #757575. Windows color (decimal): -7571167 or 2193804. OLE color: 2193804.

HSL color Cylindrical-coordinate representation of color #8C7921: hue angle of 49.35º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C7921 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB14012133-
CMYK00.140.760.45
HSL49.35º61.85%33.92%-
HSV(B)49.35º76.43%54.9%-
XYZ17.9319.364.23-
YUV116.6580.79144.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.62%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=47.62%
G=41.16%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401213300.140.760.4549.3561.8533.92
Hex8C79210E4C2D313e22
Octal2141714101611455617642
Binary100011001111001100001011101001100101101110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c7921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,33); }

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

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

 a { background-color: rgb(140,121,33); }

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

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

 span { border-color: rgb(140,121,33); }

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