#8B7438

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

Shades of Corn Harvest #8B7438

Tints of Corn Harvest #8B7438

Color information

#8B7438 (or 0x8B7438) is unknown color: approx Corn Harvest. HEX triplet: 8B, 74 and 38. RGB value is (139,116,56). Sum of RGB (Red+Green+Blue) = 139+116+56=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7438 is #748BC7. Grayscale: #747474. Windows color (decimal): -7637960 or 3699851. OLE color: 3699851.

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

Color convert

RGB13911656-
CMYK00.170.600.45
HSL43.37º42.56%38.24%-
HSV(B)43.37º59.71%54.51%-
XYZ17.6118.276.34-
YUV116.0494.12144.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=44.69%
G=37.30%
B=18.01%

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
Decimal1391165600.170.600.4543.3742.5638.24
Hex8B74380113C2D2b2b26
Octal213164700217455535346
Binary100010111110100111000010001111100101101101011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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