#8B7528

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

Shades of Corn Harvest #8B7528

Tints of Corn Harvest #8B7528

Color information

#8B7528 (or 0x8B7528) is unknown color: approx Corn Harvest. HEX triplet: 8B, 75 and 28. RGB value is (139,117,40). Sum of RGB (Red+Green+Blue) = 139+117+40=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7528 is #748AD7. Grayscale: #737373. Windows color (decimal): -7637720 or 2651531. OLE color: 2651531.

HSL color Cylindrical-coordinate representation of color #8B7528: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B7528 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB13911740-
CMYK00.160.710.45
HSL46.67º55.31%35.1%-
HSV(B)46.67º71.22%54.51%-
XYZ17.3918.364.64-
YUV114.885.79145.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=46.96%
G=39.53%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391174000.160.710.4546.6755.3135.1
Hex8B7528010472D2f3723
Octal2131655002010755576743
Binary1000101111101011010000100001000111101101101111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,40); }

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

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

 a { background-color: rgb(139,117,40); }

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

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

 span { border-color: rgb(139,117,40); }

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