#8c7322

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

Shades of Corn Harvest #8C7322

Tints of Corn Harvest #8C7322

Color information

#8C7322 (or 0x8C7322) is unknown color: approx Corn Harvest. HEX triplet: 8C, 73 and 22. RGB value is (140,115,34). Sum of RGB (Red+Green+Blue) = 140+115+34=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7322 is #738CDD. Grayscale: #717171. Windows color (decimal): -7572702 or 2257804. OLE color: 2257804.

HSL color Cylindrical-coordinate representation of color #8C7322: hue angle of 45.85º degrees, saturation: 0.61, 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 #8C7322 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB14011534-
CMYK00.180.760.45
HSL45.85º60.92%34.12%-
HSV(B)45.85º75.71%54.9%-
XYZ17.2317.954.07-
YUV113.2483.28147.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=48.44%
G=39.79%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401153400.180.760.4545.8560.9234.12
Hex8C73220124C2D2e3d22
Octal2141634202211455567542
Binary1000110011100111000100100101001100101101101110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c7322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,34); }

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

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

 a { background-color: rgb(140,115,34); }

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

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

 span { border-color: rgb(140,115,34); }

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