#8B752E

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

Shades of Corn Harvest #8B752E

Tints of Corn Harvest #8B752E

Color information

#8B752E (or 0x8B752E) is unknown color: approx Corn Harvest. HEX triplet: 8B, 75 and 2E. RGB value is (139,117,46). Sum of RGB (Red+Green+Blue) = 139+117+46=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B752E is #748AD1. Grayscale: #737373. Windows color (decimal): -7637714 or 3044747. OLE color: 3044747.

HSL color Cylindrical-coordinate representation of color #8B752E: hue angle of 45.81º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B752E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13911746-
CMYK00.160.670.45
HSL45.81º50.27%36.27%-
HSV(B)45.81º66.91%54.51%-
XYZ17.518.415.22-
YUV115.4888.79144.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=46.03%
G=38.74%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391174600.160.670.4545.8150.2736.27
Hex8B752E010432D2e3224
Octal2131655602010355566244
Binary1000101111101011011100100001000011101101101110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,46); }

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

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

 a { background-color: rgb(139,117,46); }

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

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

 span { border-color: rgb(139,117,46); }

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