#856831

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

Shades of Corn Harvest #856831

Tints of Corn Harvest #856831

Color information

#856831 (or 0x856831) is unknown color: approx Corn Harvest. HEX triplet: 85, 68 and 31. RGB value is (133,104,49). Sum of RGB (Red+Green+Blue) = 133+104+49=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856831 is #7A97CE. Grayscale: #6A6A6A. Windows color (decimal): -8034255 or 3238021. OLE color: 3238021.

HSL color Cylindrical-coordinate representation of color #856831: hue angle of 39.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856831 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13310449-
CMYK00.220.630.48
HSL39.29º46.15%35.69%-
HSV(B)39.29º63.16%52.16%-
XYZ15.1815.115.02-
YUV106.495.61146.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=46.50%
G=36.36%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331044900.220.630.4839.2946.1535.69
Hex8568310163F30272e24
Octal205150610267760475644
Binary100001011101000110001010110111111110000100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856831; }

 p { color: rgb(133,104,49); }

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

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

 a { background-color: rgb(133,104,49); }

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

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

 span { border-color: rgb(133,104,49); }

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