#8C7236

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

Shades of Corn Harvest #8C7236

Tints of Corn Harvest #8C7236

Color information

#8C7236 (or 0x8C7236) is unknown color: approx Corn Harvest. HEX triplet: 8C, 72 and 36. RGB value is (140,114,54). Sum of RGB (Red+Green+Blue) = 140+114+54=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7236 is #738DC9. Grayscale: #737373. Windows color (decimal): -7572938 or 3568268. OLE color: 3568268.

HSL color Cylindrical-coordinate representation of color #8C7236: hue angle of 41.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C7236 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB14011454-
CMYK00.190.610.45
HSL41.86º44.33%38.04%-
HSV(B)41.86º61.43%54.9%-
XYZ17.517.886.02-
YUV114.9393.61145.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=45.45%
G=37.01%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401145400.190.610.4541.8644.3338.04
Hex8C72360133D2D2a2c26
Octal214162660237555525446
Binary100011001110010110110010011111101101101101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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