#8B7434

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

Shades of Corn Harvest #8B7434

Tints of Corn Harvest #8B7434

Color information

#8B7434 (or 0x8B7434) is unknown color: approx Corn Harvest. HEX triplet: 8B, 74 and 34. RGB value is (139,116,52). Sum of RGB (Red+Green+Blue) = 139+116+52=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7434 is #748BCB. Grayscale: #737373. Windows color (decimal): -7637964 or 3437707. OLE color: 3437707.

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

Color convert

RGB13911652-
CMYK00.170.630.45
HSL44.14º45.55%37.45%-
HSV(B)44.14º62.59%54.51%-
XYZ17.5118.235.84-
YUV115.5892.12144.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=45.28%
G=37.79%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391165200.170.630.4544.1445.5537.45
Hex8B74340113F2D2c2e25
Octal213164640217755545645
Binary100010111110100110100010001111111101101101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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