#8D6F28

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

Shades of Corn Harvest #8D6F28

Tints of Corn Harvest #8D6F28

Color information

#8D6F28 (or 0x8D6F28) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6F and 28. RGB value is (141,111,40). Sum of RGB (Red+Green+Blue) = 141+111+40=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6F28 is #7290D7. Grayscale: #707070. Windows color (decimal): -7508184 or 2649997. OLE color: 2649997.

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

Color convert

RGB14111140-
CMYK00.210.720.45
HSL42.18º55.8%35.49%-
HSV(B)42.18º71.63%55.29%-
XYZ17.0517.184.43-
YUV111.8887.44148.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=48.29%
G=38.01%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411114000.210.720.4542.1855.835.49
Hex8D6F28015482D2a3823
Octal2151575002511055527043
Binary1000110111011111010000101011001000101101101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,40); }

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

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

 a { background-color: rgb(141,111,40); }

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

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

 span { border-color: rgb(141,111,40); }

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