#857532

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

Shades of Corn Harvest #857532

Tints of Corn Harvest #857532

Color information

#857532 (or 0x857532) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 32. RGB value is (133,117,50). Sum of RGB (Red+Green+Blue) = 133+117+50=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857532 is #7A8ACD. Grayscale: #727272. Windows color (decimal): -8030926 or 3306885. OLE color: 3306885.

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

Color convert

RGB13311750-
CMYK00.120.620.48
HSL48.43º45.36%35.88%-
HSV(B)48.43º62.41%52.16%-
XYZ16.6117.945.6-
YUV114.1591.8141.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=44.33%
G=39%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331175000.120.620.4848.4345.3635.88
Hex8575320C3E30302d24
Octal205165620147660605544
Binary10000101111010111001001100111110110000110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857532; }

 p { color: rgb(133,117,50); }

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

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

 a { background-color: rgb(133,117,50); }

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

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

 span { border-color: rgb(133,117,50); }

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