#856832

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

Shades of Corn Harvest #856832

Tints of Corn Harvest #856832

Color information

#856832 (or 0x856832) is unknown color: approx Corn Harvest. HEX triplet: 85, 68 and 32. RGB value is (133,104,50). Sum of RGB (Red+Green+Blue) = 133+104+50=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #856832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856832 is #7A97CD. Grayscale: #6A6A6A. Windows color (decimal): -8034254 or 3303557. OLE color: 3303557.

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

Color convert

RGB13310450-
CMYK00.220.620.48
HSL39.04º45.36%35.88%-
HSV(B)39.04º62.41%52.16%-
XYZ15.215.125.13-
YUV106.5296.11146.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=46.34%
G=36.24%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331045000.220.620.4839.0445.3635.88
Hex8568320163E30272d24
Octal205150620267660475544
Binary100001011101000110010010110111110110000100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856832; }

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

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

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

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

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

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

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

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