#85783B

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

Shades of Corn Harvest #85783B

Tints of Corn Harvest #85783B

Color information

#85783B (or 0x85783B) is unknown color: approx Corn Harvest. HEX triplet: 85, 78 and 3B. RGB value is (133,120,59). Sum of RGB (Red+Green+Blue) = 133+120+59=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85783B is #7A87C4. Grayscale: #757575. Windows color (decimal): -8030149 or 3897477. OLE color: 3897477.

HSL color Cylindrical-coordinate representation of color #85783B: hue angle of 49.46º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85783B is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13312059-
CMYK00.100.560.48
HSL49.46º38.54%37.65%-
HSV(B)49.46º55.64%52.16%-
XYZ17.1818.746.85-
YUV116.9395.31139.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=42.63%
G=38.46%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331205900.100.560.4849.4638.5437.65
Hex85783B0A3830312726
Octal205170730127060614746
Binary10000101111100011101101010111000110000110001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85783B; }

 p { color: rgb(133,120,59); }

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

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

 a { background-color: rgb(133,120,59); }

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

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

 span { border-color: rgb(133,120,59); }

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