#857631

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

Shades of Corn Harvest #857631

Tints of Corn Harvest #857631

Color information

#857631 (or 0x857631) is unknown color: approx Corn Harvest. HEX triplet: 85, 76 and 31. RGB value is (133,118,49). Sum of RGB (Red+Green+Blue) = 133+118+49=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857631 is #7A89CE. Grayscale: #727272. Windows color (decimal): -8030671 or 3241605. OLE color: 3241605.

HSL color Cylindrical-coordinate representation of color #857631: hue angle of 49.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 #857631 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13311849-
CMYK00.110.630.48
HSL49.29º46.15%35.69%-
HSV(B)49.29º63.16%52.16%-
XYZ16.7118.175.53-
YUV114.6290.97141.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=44.33%
G=39.33%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331184900.110.630.4849.2946.1535.69
Hex8576310B3F30312e24
Octal205166610137760615644
Binary10000101111011011000101011111111110000110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857631; }

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

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

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

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

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

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

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

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