#856F29

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

Shades of Corn Harvest #856F29

Tints of Corn Harvest #856F29

Color information

#856F29 (or 0x856F29) is unknown color: approx Corn Harvest. HEX triplet: 85, 6F and 29. RGB value is (133,111,41). Sum of RGB (Red+Green+Blue) = 133+111+41=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #856F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F29 is #7A90D6. Grayscale: #6D6D6D. Windows color (decimal): -8032471 or 2715525. OLE color: 2715525.

HSL color Cylindrical-coordinate representation of color #856F29: hue angle of 45.65º 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 #856F29 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB13311141-
CMYK00.170.690.48
HSL45.65º52.87%34.12%-
HSV(B)45.65º69.17%52.16%-
XYZ15.7616.524.46-
YUV109.689.29144.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=46.67%
G=38.95%
B=14.39%

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
Decimal1331114100.170.690.4845.6552.8734.12
Hex856F2901145302e3522
Octal2051575102110560566542
Binary1000010111011111010010100011000101110000101110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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