#856D30

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

Shades of Corn Harvest #856D30

Tints of Corn Harvest #856D30

Color information

#856D30 (or 0x856D30) is unknown color: approx Corn Harvest. HEX triplet: 85, 6D and 30. RGB value is (133,109,48). Sum of RGB (Red+Green+Blue) = 133+109+48=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #856D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D30 is #7A92CF. Grayscale: #6D6D6D. Windows color (decimal): -8032976 or 3173765. OLE color: 3173765.

HSL color Cylindrical-coordinate representation of color #856D30: hue angle of 43.06º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #856D30 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13310948-
CMYK00.180.640.48
HSL43.06º46.96%35.49%-
HSV(B)43.06º63.91%52.16%-
XYZ15.6816.145.08-
YUV109.2293.45144.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=45.86%
G=37.59%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331094800.180.640.4843.0646.9635.49
Hex856D3001240302b2f23
Octal2051556002210060535743
Binary1000010111011011100000100101000000110000101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,48); }

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

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

 a { background-color: rgb(133,109,48); }

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

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

 span { border-color: rgb(133,109,48); }

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