#8B7524

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

Shades of Corn Harvest #8B7524

Tints of Corn Harvest #8B7524

Color information

#8B7524 (or 0x8B7524) is unknown color: approx Corn Harvest. HEX triplet: 8B, 75 and 24. RGB value is (139,117,36). Sum of RGB (Red+Green+Blue) = 139+117+36=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7524 is #748ADB. Grayscale: #727272. Windows color (decimal): -7637724 or 2389387. OLE color: 2389387.

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

Color convert

RGB13911736-
CMYK00.160.740.45
HSL47.18º58.86%34.31%-
HSV(B)47.18º74.1%54.51%-
XYZ17.3318.344.3-
YUV114.3483.79145.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=47.60%
G=40.07%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391173600.160.740.4547.1858.8634.31
Hex8B75240104A2D2f3b22
Octal2131654402011255577342
Binary1000101111101011001000100001001010101101101111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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