#8B772D

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

Shades of Corn Harvest #8B772D

Tints of Corn Harvest #8B772D

Color information

#8B772D (or 0x8B772D) is unknown color: approx Corn Harvest. HEX triplet: 8B, 77 and 2D. RGB value is (139,119,45). Sum of RGB (Red+Green+Blue) = 139+119+45=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B772D is #7488D2. Grayscale: #747474. Windows color (decimal): -7637203 or 2979723. OLE color: 2979723.

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

Color convert

RGB13911945-
CMYK00.140.680.45
HSL47.23º51.09%36.08%-
HSV(B)47.23º67.63%54.51%-
XYZ17.7218.875.19-
YUV116.5487.63144.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=45.87%
G=39.27%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391194500.140.680.4547.2351.0936.08
Hex8B772D0E442D2f3324
Octal2131675501610455576344
Binary100010111110111101101011101000100101101101111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,45); }

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

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

 a { background-color: rgb(139,119,45); }

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

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

 span { border-color: rgb(139,119,45); }

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