#8B7834

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

Shades of Corn Harvest #8B7834

Tints of Corn Harvest #8B7834

Color information

#8B7834 (or 0x8B7834) is unknown color: approx Corn Harvest. HEX triplet: 8B, 78 and 34. RGB value is (139,120,52). Sum of RGB (Red+Green+Blue) = 139+120+52=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7834 is #7487CB. Grayscale: #767676. Windows color (decimal): -7636940 or 3438731. OLE color: 3438731.

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

Color convert

RGB13912052-
CMYK00.140.630.45
HSL46.9º45.55%37.45%-
HSV(B)46.9º62.59%54.51%-
XYZ17.9819.176-
YUV117.9390.79143.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 52 (20.70% from 255) = 16.72%
R=44.69%
G=38.59%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391205200.140.630.4546.945.5537.45
Hex8B78340E3F2D2f2e25
Octal213170640167755575645
Binary10001011111100011010001110111111101101101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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