#8B6824

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

Shades of Corn Harvest #8B6824

Tints of Corn Harvest #8B6824

Color information

#8B6824 (or 0x8B6824) is unknown color: approx Corn Harvest. HEX triplet: 8B, 68 and 24. RGB value is (139,104,36). Sum of RGB (Red+Green+Blue) = 139+104+36=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6824 is #7497DB. Grayscale: #6B6B6B. Windows color (decimal): -7641052 or 2386059. OLE color: 2386059.

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

Color convert

RGB13910436-
CMYK00.250.740.45
HSL39.61º58.86%34.31%-
HSV(B)39.61º74.1%54.51%-
XYZ15.9215.523.83-
YUV106.7188.1151.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=49.82%
G=37.28%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391043600.250.740.4539.6158.8634.31
Hex8B68240194A2D283b22
Octal2131504403111255507342
Binary1000101111010001001000110011001010101101101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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