#8B773D

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

Shades of Corn Harvest #8B773D

Tints of Corn Harvest #8B773D

Color information

#8B773D (or 0x8B773D) is unknown color: approx Corn Harvest. HEX triplet: 8B, 77 and 3D. RGB value is (139,119,61). Sum of RGB (Red+Green+Blue) = 139+119+61=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B773D is #7488C2. Grayscale: #767676. Windows color (decimal): -7637187 or 4028299. OLE color: 4028299.

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

Color convert

RGB13911961-
CMYK00.140.560.45
HSL44.62º39%39.22%-
HSV(B)44.62º56.12%54.51%-
XYZ18.0919.027.13-
YUV118.3795.63142.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=43.57%
G=37.30%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391196100.140.560.4544.623939.22
Hex8B773D0E382D2d2727
Octal213167750167055554747
Binary10001011111011111110101110111000101101101101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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