#85742E

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

Shades of Corn Harvest #85742E

Tints of Corn Harvest #85742E

Color information

#85742E (or 0x85742E) is unknown color: approx Corn Harvest. HEX triplet: 85, 74 and 2E. RGB value is (133,116,46). Sum of RGB (Red+Green+Blue) = 133+116+46=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85742E is #7A8BD1. Grayscale: #717171. Windows color (decimal): -8031186 or 3044485. OLE color: 3044485.

HSL color Cylindrical-coordinate representation of color #85742E: hue angle of 48.28º degrees, saturation: 0.49, 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 #85742E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13311646-
CMYK00.130.650.48
HSL48.28º48.6%35.1%-
HSV(B)48.28º65.41%52.16%-
XYZ16.4117.675.13-
YUV113.190.13142.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=45.08%
G=39.32%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331164600.130.650.4848.2848.635.1
Hex85742E0D4130303123
Octal2051645601510160606143
Binary100001011110100101110011011000001110000110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85742E; }

 p { color: rgb(133,116,46); }

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

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

 a { background-color: rgb(133,116,46); }

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

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

 span { border-color: rgb(133,116,46); }

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