#8B743C

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

Shades of Corn Harvest #8B743C

Tints of Corn Harvest #8B743C

Color information

#8B743C (or 0x8B743C) is unknown color: approx Corn Harvest. HEX triplet: 8B, 74 and 3C. RGB value is (139,116,60). Sum of RGB (Red+Green+Blue) = 139+116+60=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B743C is #748BC3. Grayscale: #747474. Windows color (decimal): -7637956 or 3961995. OLE color: 3961995.

HSL color Cylindrical-coordinate representation of color #8B743C: hue angle of 42.53º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B743C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB13911660-
CMYK00.170.570.45
HSL42.53º39.7%39.02%-
HSV(B)42.53º56.83%54.51%-
XYZ17.7118.316.88-
YUV116.4996.12144.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=44.13%
G=36.83%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391166000.170.570.4542.5339.739.02
Hex8B743C011392D2b2827
Octal213164740217155535047
Binary100010111110100111100010001111001101101101011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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