#8D6824

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

Shades of Corn Harvest #8D6824

Tints of Corn Harvest #8D6824

Color information

#8D6824 (or 0x8D6824) is unknown color: approx Corn Harvest. HEX triplet: 8D, 68 and 24. RGB value is (141,104,36). Sum of RGB (Red+Green+Blue) = 141+104+36=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6824 is #7297DB. Grayscale: #6B6B6B. Windows color (decimal): -7509980 or 2386061. OLE color: 2386061.

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

Color convert

RGB14110436-
CMYK00.260.740.45
HSL38.86º59.32%34.71%-
HSV(B)38.86º74.47%55.29%-
XYZ16.2515.693.84-
YUV107.3187.76152.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.18%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=50.18%
G=37.01%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411043600.260.740.4538.8659.3234.71
Hex8D682401A4A2D273b23
Octal2151504403211255477343
Binary1000110111010001001000110101001010101101100111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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