#8B763C

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

Shades of Corn Harvest #8B763C

Tints of Corn Harvest #8B763C

Color information

#8B763C (or 0x8B763C) is unknown color: approx Corn Harvest. HEX triplet: 8B, 76 and 3C. RGB value is (139,118,60). Sum of RGB (Red+Green+Blue) = 139+118+60=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B763C is #7489C3. Grayscale: #757575. Windows color (decimal): -7637444 or 3962507. OLE color: 3962507.

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

Color convert

RGB13911860-
CMYK00.150.570.45
HSL44.05º39.7%39.02%-
HSV(B)44.05º56.83%54.51%-
XYZ17.9418.776.95-
YUV117.6795.46143.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=43.85%
G=37.22%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391186000.150.570.4544.0539.739.02
Hex8B763C0F392D2c2827
Octal213166740177155545047
Binary10001011111011011110001111111001101101101100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,60); }

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

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

 a { background-color: rgb(139,118,60); }

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

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

 span { border-color: rgb(139,118,60); }

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