#857533

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

Shades of Corn Harvest #857533

Tints of Corn Harvest #857533

Color information

#857533 (or 0x857533) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 33. RGB value is (133,117,51). Sum of RGB (Red+Green+Blue) = 133+117+51=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857533 is #7A8ACC. Grayscale: #727272. Windows color (decimal): -8030925 or 3372421. OLE color: 3372421.

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

Color convert

RGB13311751-
CMYK00.120.620.48
HSL48.29º44.57%36.08%-
HSV(B)48.29º61.65%52.16%-
XYZ16.6317.955.72-
YUV114.2692.3141.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=44.19%
G=38.87%
B=16.94%

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
Decimal1331175100.120.620.4848.2944.5736.08
Hex8575330C3E30302d24
Octal205165630147660605544
Binary10000101111010111001101100111110110000110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857533; }

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

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

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

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

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

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

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

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