#8B7138

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

Shades of Corn Harvest #8B7138

Tints of Corn Harvest #8B7138

Color information

#8B7138 (or 0x8B7138) is unknown color: approx Corn Harvest. HEX triplet: 8B, 71 and 38. RGB value is (139,113,56). Sum of RGB (Red+Green+Blue) = 139+113+56=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7138 is #748EC7. Grayscale: #727272. Windows color (decimal): -7638728 or 3699083. OLE color: 3699083.

HSL color Cylindrical-coordinate representation of color #8B7138: hue angle of 41.2º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B7138 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB13911356-
CMYK00.190.600.45
HSL41.2º42.56%38.24%-
HSV(B)41.2º59.71%54.51%-
XYZ17.2717.586.23-
YUV114.2895.11145.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=45.13%
G=36.69%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391135600.190.600.4541.242.5638.24
Hex8B71380133C2D292b26
Octal213161700237455515346
Binary100010111110001111000010011111100101101101001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,56); }

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

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

 a { background-color: rgb(139,113,56); }

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

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

 span { border-color: rgb(139,113,56); }

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