#85712F

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

Shades of Corn Harvest #85712F

Tints of Corn Harvest #85712F

Color information

#85712F (or 0x85712F) is unknown color: approx Corn Harvest. HEX triplet: 85, 71 and 2F. RGB value is (133,113,47). Sum of RGB (Red+Green+Blue) = 133+113+47=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85712F is #7A8ED0. Grayscale: #6F6F6F. Windows color (decimal): -8031953 or 3109253. OLE color: 3109253.

HSL color Cylindrical-coordinate representation of color #85712F: hue angle of 46.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85712F is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13311347-
CMYK00.150.650.48
HSL46.05º47.78%35.29%-
HSV(B)46.05º64.66%52.16%-
XYZ16.09175.12-
YUV111.4691.63143.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=45.39%
G=38.57%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331134700.150.650.4846.0547.7835.29
Hex85712F0F41302e3023
Octal2051615701710160566043
Binary100001011110001101111011111000001110000101110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85712F; }

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

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

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

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

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

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

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

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