#8B7024

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

Shades of Corn Harvest #8B7024

Tints of Corn Harvest #8B7024

Color information

#8B7024 (or 0x8B7024) is unknown color: approx Corn Harvest. HEX triplet: 8B, 70 and 24. RGB value is (139,112,36). Sum of RGB (Red+Green+Blue) = 139+112+36=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7024 is #748FDB. Grayscale: #6F6F6F. Windows color (decimal): -7639004 or 2388107. OLE color: 2388107.

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

Color convert

RGB13911236-
CMYK00.190.740.45
HSL44.27º58.86%34.31%-
HSV(B)44.27º74.1%54.51%-
XYZ16.7617.24.11-
YUV111.4185.45147.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=48.43%
G=39.02%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391123600.190.740.4544.2758.8634.31
Hex8B70240134A2D2c3b22
Octal2131604402311255547342
Binary1000101111100001001000100111001010101101101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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