#8B7232

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

Shades of Corn Harvest #8B7232

Tints of Corn Harvest #8B7232

Color information

#8B7232 (or 0x8B7232) is unknown color: approx Corn Harvest. HEX triplet: 8B, 72 and 32. RGB value is (139,114,50). Sum of RGB (Red+Green+Blue) = 139+114+50=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7232 is #748DCD. Grayscale: #727272. Windows color (decimal): -7638478 or 3306123. OLE color: 3306123.

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

Color convert

RGB13911450-
CMYK00.180.640.45
HSL43.15º47.09%37.06%-
HSV(B)43.15º64.03%54.51%-
XYZ17.2417.755.54-
YUV114.1891.78145.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=45.87%
G=37.62%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391145000.180.640.4543.1547.0937.06
Hex8B7232012402D2b2f25
Octal2131626202210055535745
Binary1000101111100101100100100101000000101101101011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,50); }

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

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

 a { background-color: rgb(139,114,50); }

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

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

 span { border-color: rgb(139,114,50); }

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