#8B771E

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

Shades of Corn Harvest #8B771E

Tints of Corn Harvest #8B771E

Color information

#8B771E (or 0x8B771E) is unknown color: approx Corn Harvest. HEX triplet: 8B, 77 and 1E. RGB value is (139,119,30). Sum of RGB (Red+Green+Blue) = 139+119+30=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B771E is #7488E1. Grayscale: #737373. Windows color (decimal): -7637218 or 1996683. OLE color: 1996683.

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

Color convert

RGB13911930-
CMYK00.140.780.45
HSL48.99º64.5%33.14%-
HSV(B)48.99º78.42%54.51%-
XYZ17.4818.783.93-
YUV114.8380.13145.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=48.26%
G=41.32%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391193000.140.780.4548.9964.533.14
Hex8B771E0E4E2D314021
Octal21316736016116556110041
Binary100010111110111111100111010011101011011100011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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