#857334

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

Shades of Corn Harvest #857334

Tints of Corn Harvest #857334

Color information

#857334 (or 0x857334) is unknown color: approx Corn Harvest. HEX triplet: 85, 73 and 34. RGB value is (133,115,52). Sum of RGB (Red+Green+Blue) = 133+115+52=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857334 is #7A8CCB. Grayscale: #717171. Windows color (decimal): -8031436 or 3437445. OLE color: 3437445.

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

Color convert

RGB13311552-
CMYK00.140.610.48
HSL46.67º43.78%36.27%-
HSV(B)46.67º60.9%52.16%-
XYZ16.4217.55.76-
YUV113.293.46142.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=44.33%
G=38.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331155200.140.610.4846.6743.7836.27
Hex8573340E3D302f2c24
Octal205163640167560575444
Binary10000101111001111010001110111101110000101111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857334; }

 p { color: rgb(133,115,52); }

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

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

 a { background-color: rgb(133,115,52); }

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

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

 span { border-color: rgb(133,115,52); }

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