#85702F

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

Shades of Corn Harvest #85702F

Tints of Corn Harvest #85702F

Color information

#85702F (or 0x85702F) is unknown color: approx Corn Harvest. HEX triplet: 85, 70 and 2F. RGB value is (133,112,47). Sum of RGB (Red+Green+Blue) = 133+112+47=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702F is #7A8FD0. Grayscale: #6F6F6F. Windows color (decimal): -8032209 or 3108997. OLE color: 3108997.

HSL color Cylindrical-coordinate representation of color #85702F: hue angle of 45.35º 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 #85702F is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13311247-
CMYK00.160.650.48
HSL45.35º47.78%35.29%-
HSV(B)45.35º64.66%52.16%-
XYZ15.9816.785.09-
YUV110.8791.96143.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=45.55%
G=38.36%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331124700.160.650.4845.3547.7835.29
Hex85702F01041302d3023
Octal2051605702010160556043
Binary1000010111100001011110100001000001110000101101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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