#8B7630

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

Shades of Corn Harvest #8B7630

Tints of Corn Harvest #8B7630

Color information

#8B7630 (or 0x8B7630) is unknown color: approx Corn Harvest. HEX triplet: 8B, 76 and 30. RGB value is (139,118,48). Sum of RGB (Red+Green+Blue) = 139+118+48=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7630 is #7489CF. Grayscale: #747474. Windows color (decimal): -7637456 or 3176075. OLE color: 3176075.

HSL color Cylindrical-coordinate representation of color #8B7630: hue angle of 46.15º degrees, saturation: 0.49, 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 #8B7630 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13911848-
CMYK00.150.650.45
HSL46.15º48.66%36.67%-
HSV(B)46.15º65.47%54.51%-
XYZ17.6618.665.47-
YUV116.389.46144.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=45.57%
G=38.69%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391184800.150.650.4546.1548.6636.67
Hex8B76300F412D2e3125
Octal2131666001710155566145
Binary100010111110110110000011111000001101101101110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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