#8B7A31

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

Shades of Corn Harvest #8B7A31

Tints of Corn Harvest #8B7A31

Color information

#8B7A31 (or 0x8B7A31) is unknown color: approx Corn Harvest. HEX triplet: 8B, 7A and 31. RGB value is (139,122,49). Sum of RGB (Red+Green+Blue) = 139+122+49=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A31 is #7485CE. Grayscale: #777777. Windows color (decimal): -7636431 or 3242635. OLE color: 3242635.

HSL color Cylindrical-coordinate representation of color #8B7A31: hue angle of 48.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B7A31 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13912249-
CMYK00.120.650.45
HSL48.67º47.87%36.86%-
HSV(B)48.67º64.75%54.51%-
XYZ18.1619.635.74-
YUV118.7688.63142.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=44.84%
G=39.35%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391224900.120.650.4548.6747.8736.86
Hex8B7A310C412D313025
Octal2131726101410155616045
Binary100010111111010110001011001000001101101110001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,49); }

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

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

 a { background-color: rgb(139,122,49); }

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

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

 span { border-color: rgb(139,122,49); }

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