#85723B

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

Shades of Corn Harvest #85723B

Tints of Corn Harvest #85723B

Color information

#85723B (or 0x85723B) is unknown color: approx Corn Harvest. HEX triplet: 85, 72 and 3B. RGB value is (133,114,59). Sum of RGB (Red+Green+Blue) = 133+114+59=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85723B is #7A8DC4. Grayscale: #717171. Windows color (decimal): -8031685 or 3895941. OLE color: 3895941.

HSL color Cylindrical-coordinate representation of color #85723B: hue angle of 44.59º 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 #85723B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13311459-
CMYK00.140.560.48
HSL44.59º38.54%37.65%-
HSV(B)44.59º55.64%52.16%-
XYZ16.4817.346.62-
YUV113.4197.29141.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=43.46%
G=37.25%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331145900.140.560.4844.5938.5437.65
Hex85723B0E38302d2726
Octal205162730167060554746
Binary10000101111001011101101110111000110000101101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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