#8C773E

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

Shades of Corn Harvest #8C773E

Tints of Corn Harvest #8C773E

Color information

#8C773E (or 0x8C773E) is unknown color: approx Corn Harvest. HEX triplet: 8C, 77 and 3E. RGB value is (140,119,62). Sum of RGB (Red+Green+Blue) = 140+119+62=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C773E is #7388C1. Grayscale: #777777. Windows color (decimal): -7571650 or 4093836. OLE color: 4093836.

HSL color Cylindrical-coordinate representation of color #8C773E: hue angle of 43.85º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C773E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB14011962-
CMYK00.150.560.45
HSL43.85º38.61%39.61%-
HSV(B)43.85º55.71%54.9%-
XYZ18.2819.127.28-
YUV118.7895.96143.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=43.61%
G=37.07%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401196200.150.560.4543.8538.6139.61
Hex8C773E0F382D2c2728
Octal214167760177055544750
Binary10001100111011111111001111111000101101101100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,62); }

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

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

 a { background-color: rgb(140,119,62); }

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

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

 span { border-color: rgb(140,119,62); }

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