#856E29

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

Shades of Corn Harvest #856E29

Tints of Corn Harvest #856E29

Color information

#856E29 (or 0x856E29) is unknown color: approx Corn Harvest. HEX triplet: 85, 6E and 29. RGB value is (133,110,41). Sum of RGB (Red+Green+Blue) = 133+110+41=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E29 is #7A91D6. Grayscale: #6D6D6D. Windows color (decimal): -8032727 or 2715269. OLE color: 2715269.

HSL color Cylindrical-coordinate representation of color #856E29: hue angle of 45º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #856E29 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB13311041-
CMYK00.170.690.48
HSL45º52.87%34.12%-
HSV(B)45º69.17%52.16%-
XYZ15.6516.34.42-
YUV109.0189.62145.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 41 (16.41% from 255) = 14.44%
R=46.83%
G=38.73%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331104100.170.690.484552.8734.12
Hex856E2901145302d3522
Octal2051565102110560556542
Binary1000010111011101010010100011000101110000101101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E29; }

 p { color: rgb(133,110,41); }

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

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

 a { background-color: rgb(133,110,41); }

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

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

 span { border-color: rgb(133,110,41); }

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