#857234

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

Shades of Corn Harvest #857234

Tints of Corn Harvest #857234

Color information

#857234 (or 0x857234) is unknown color: approx Corn Harvest. HEX triplet: 85, 72 and 34. RGB value is (133,114,52). Sum of RGB (Red+Green+Blue) = 133+114+52=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #857234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857234 is #7A8DCB. Grayscale: #707070. Windows color (decimal): -8031692 or 3437189. OLE color: 3437189.

HSL color Cylindrical-coordinate representation of color #857234: hue angle of 45.93º 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 #857234 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB13311452-
CMYK00.140.610.48
HSL45.93º43.78%36.27%-
HSV(B)45.93º60.9%52.16%-
XYZ16.3117.275.72-
YUV112.6193.79142.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=44.48%
G=38.13%
B=17.39%

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
Decimal1331145200.140.610.4845.9343.7836.27
Hex8572340E3D302e2c24
Octal205162640167560565444
Binary10000101111001011010001110111101110000101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857234; }

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

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

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

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

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

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

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

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