#8B7338

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

Shades of Corn Harvest #8B7338

Tints of Corn Harvest #8B7338

Color information

#8B7338 (or 0x8B7338) is unknown color: approx Corn Harvest. HEX triplet: 8B, 73 and 38. RGB value is (139,115,56). Sum of RGB (Red+Green+Blue) = 139+115+56=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7338 is #748CC7. Grayscale: #737373. Windows color (decimal): -7638216 or 3699595. OLE color: 3699595.

HSL color Cylindrical-coordinate representation of color #8B7338: hue angle of 42.65º 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 #8B7338 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB13911556-
CMYK00.170.600.45
HSL42.65º42.56%38.24%-
HSV(B)42.65º59.71%54.51%-
XYZ17.4918.046.3-
YUV115.4594.45144.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=44.84%
G=37.10%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391155600.170.600.4542.6542.5638.24
Hex8B73380113C2D2b2b26
Octal213163700217455535346
Binary100010111110011111000010001111100101101101011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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