#8D6C30

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

Shades of Corn Harvest #8D6C30

Tints of Corn Harvest #8D6C30

Color information

#8D6C30 (or 0x8D6C30) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6C and 30. RGB value is (141,108,48). Sum of RGB (Red+Green+Blue) = 141+108+48=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6C30 is #7293CF. Grayscale: #6F6F6F. Windows color (decimal): -7508944 or 3173517. OLE color: 3173517.

HSL color Cylindrical-coordinate representation of color #8D6C30: hue angle of 38.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D6C30 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB14110848-
CMYK00.230.660.45
HSL38.71º49.21%37.06%-
HSV(B)38.71º65.96%55.29%-
XYZ16.8816.65.11-
YUV111.0392.43149.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=47.47%
G=36.36%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411084800.230.660.4538.7149.2137.06
Hex8D6C30017422D273125
Octal2151546002710255476145
Binary1000110111011001100000101111000010101101100111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,48); }

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

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

 a { background-color: rgb(141,108,48); }

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

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

 span { border-color: rgb(141,108,48); }

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