#857133

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

Shades of Corn Harvest #857133

Tints of Corn Harvest #857133

Color information

#857133 (or 0x857133) is unknown color: approx Corn Harvest. HEX triplet: 85, 71 and 33. RGB value is (133,113,51). Sum of RGB (Red+Green+Blue) = 133+113+51=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #857133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857133 is #7A8ECC. Grayscale: #707070. Windows color (decimal): -8031949 or 3371397. OLE color: 3371397.

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

Color convert

RGB13311351-
CMYK00.150.620.48
HSL45.37º44.57%36.08%-
HSV(B)45.37º61.65%52.16%-
XYZ16.1817.045.57-
YUV111.9193.63143.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=44.78%
G=38.05%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331135100.150.620.4845.3744.5736.08
Hex8571330F3E302d2d24
Octal205161630177660555544
Binary10000101111000111001101111111110110000101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857133; }

 p { color: rgb(133,113,51); }

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

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

 a { background-color: rgb(133,113,51); }

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

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

 span { border-color: rgb(133,113,51); }

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